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

View file

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