flashrom: adapt to the new template format.
This commit is contained in:
parent
9afa63c270
commit
4bb3136dfe
|
@ -20,3 +20,9 @@ do_build() {
|
|||
do_install() {
|
||||
make install DESTDIR=${DESTDIR} PREFIX=/usr
|
||||
}
|
||||
|
||||
flashrom_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue