vboot-utils: package devkeys.

This commit is contained in:
Enno Boland 2015-06-16 13:25:54 +02:00
parent abf715a93a
commit 9b39382435
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
pkgname=vboot-utils
version=44.7077
_githash=ea71df260e9041dd5260425dae3d6f5412516b9b
revision=2
revision=3
build_style=gnu-makefile
hostmakedepends="pkg-config git"
makedepends="libressl-devel libuuid-devel"
@ -34,4 +34,5 @@ do_build() {
post_install() {
rm -r $DESTDIR/usr/lib/pkgconfig
vcopy tests/devkeys usr/share/vboot/devkeys
}