flashrom: adapt to the new template format.

This commit is contained in:
Juan RP 2013-04-15 17:58:26 +02:00
parent 9afa63c270
commit 4bb3136dfe

View file

@ -20,3 +20,9 @@ do_build() {
do_install() {
make install DESTDIR=${DESTDIR} PREFIX=/usr
}
flashrom_package() {
pkg_install() {
vmove usr
}
}