summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKeshav Amburay2012-04-08 13:25:25 +0530
committerKeshav Amburay2012-04-08 13:25:25 +0530
commit3feac94add09b3ea01e21596a0f16d3b23b7e5b4 (patch)
tree6ad05a499749f541bf06de38a17efe0760c47589 /PKGBUILD
parent05d59ce89feae8329a6278926e91a2c3a5ca5e72 (diff)
downloadaur-3feac94add09b3ea01e21596a0f16d3b23b7e5b4.tar.gz
Change default from GRUB2 to rEFInd for EFISTUB support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2dbb3bf84a14..5247fd2cd333 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname="efibootmgr"
pkgname="${_pkgname}-git"
-pkgver=20110705
+pkgver=20120408
pkgrel=1
pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables. Needs the kernel module 'efivars'."
arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@ conflicts=("${_pkgname}")
provides=("${_pkgname}")
options=(strip purge docs zipman !emptydirs !libtool)
-source=('efibootmgr_default_to_grub2.patch')
-sha256sums=('5306a6f952d17215b129392953ae6551df0e4cf1960a959ab98c60f27fab9b90')
+source=('efibootmgr_default_to_rEFInd.patch')
+sha256sums=('4b32c855a7d9cb0485b5e50128b8f36ebe770ec8b175f418d4e682e434f3c3c5')
_gitroot="http://linux.dell.com/git/${_pkgname}.git"
_gitname="${_pkgname}"
@@ -56,7 +56,7 @@ build() {
cd "${srcdir}/${_gitname}_build/"
- patch -Np1 -i "${srcdir}/efibootmgr_default_to_grub2.patch"
+ patch -Np1 -i "${srcdir}/efibootmgr_default_to_rEFInd.patch"
echo
CFLAGS="" make