[arch-commits] Commit in efibootmgr/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Thu Mar 9 07:55:04 UTC 2017


    Date: Thursday, March 9, 2017 @ 07:55:03
  Author: tpowa
Revision: 290173

upgpkg: efibootmgr 15-1

bump to latest release

Modified:
  efibootmgr/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-09 07:49:48 UTC (rev 290172)
+++ PKGBUILD	2017-03-09 07:55:03 UTC (rev 290173)
@@ -4,8 +4,8 @@
 
 pkgname="efibootmgr"
 pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables"
-pkgver=14
-pkgrel=2
+pkgver=15
+pkgrel=1
 arch=('x86_64' 'i686')
 url="https://github.com/rhinstaller/efibootmgr"
 license=('GPL2')
@@ -35,7 +35,7 @@
 	
 	cd "${srcdir}/efibootmgr/"
 	
-	make EXTRA_CFLAGS="-Os"
+	make EXTRA_CFLAGS="-Os" EFIDIR="/boot/EFI"
 	echo
 	
 }



More information about the arch-commits mailing list