efibootmgr: enable build_pie/relro; move to bin.

This commit is contained in:
Juan RP 2015-03-21 11:04:44 +01:00
parent 763be9372a
commit e9d58b1766
1 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
# Template file for 'efibootmgr'
pkgname=efibootmgr
version=0.11.0
revision=2
revision=3
build_pie=yes
makedepends="libefivar-devel zlib-devel pciutils-devel"
short_desc="Tool to modify UEFI Firmware Boot Manager Variables"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -16,6 +17,6 @@ do_build() {
make EXTRA_CFLAGS="$CFLAGS" ${makejobs}
}
do_install() {
vinstall src/efibootmgr/efibootmgr 755 usr/sbin
vinstall src/man/man8/efibootmgr.8 644 usr/share/man/man8
vbin src/efibootmgr/efibootmgr
vman src/man/man8/efibootmgr.8
}