summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeshav Amburay2012-12-04 18:07:49 +0530
committerKeshav Amburay2012-12-04 18:07:49 +0530
commit0cdf628457d8041b98df634cfe30e536cde940f2 (patch)
tree278ead34e8630c0edc65bab9864bdda45bf61d27
parentcdbcec97570920af33e67a80d4197308511dcb8e (diff)
downloadaur-0cdf628457d8041b98df634cfe30e536cde940f2.tar.gz
M
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--refind_include_more_shell_paths.patch6
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e622e9567184..d17e35bf5900 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = refind-efi-git
pkgdesc = Rod Smith's fork of rEFIt UEFI Boot Manager - built with Tianocore UDK libs - GIT Version
- pkgver = 20121112
+ pkgver = 20121204
pkgrel = 1
url = http://www.rodsbooks.com/refind/index.html
arch = any
@@ -25,7 +25,7 @@ pkgbase = refind-efi-git
source = refind_include_more_shell_paths.patch
source = refind_linux.conf
sha1sums = 4d1992699f9b48dd2b7e6bd6c0b25fc065f75894
- sha1sums = 7ed2870ee76f42a7bed51410b3cae4da3bc2de2a
+ sha1sums = afa9ff2f982811655dcce4783e934b9abab1d4a3
sha1sums = 3d53eb615c3363d45feb95b9bfbf1d5491bf1c24
pkgname = refind-efi-git
diff --git a/PKGBUILD b/PKGBUILD
index 8c250746bdf7..b439e0398593 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ _COMPILER="GCC46"
_pkgname="refind-efi"
pkgname="${_pkgname}-git"
-pkgver=20121112
+pkgver=20121204
pkgrel=1
pkgdesc="Rod Smith's fork of rEFIt UEFI Boot Manager - built with Tianocore UDK libs - GIT Version"
url="http://www.rodsbooks.com/refind/index.html"
@@ -33,7 +33,7 @@ source=('UDK-MdePkg-Revert-PathNodeCount.patch'
'refind_linux.conf')
sha1sums=('4d1992699f9b48dd2b7e6bd6c0b25fc065f75894'
- '7ed2870ee76f42a7bed51410b3cae4da3bc2de2a'
+ 'afa9ff2f982811655dcce4783e934b9abab1d4a3'
'3d53eb615c3363d45feb95b9bfbf1d5491bf1c24')
_gitroot="git://git.code.sf.net/p/refind/code"
diff --git a/refind_include_more_shell_paths.patch b/refind_include_more_shell_paths.patch
index 445a33c86451..2ab5e59c0c2e 100644
--- a/refind_include_more_shell_paths.patch
+++ b/refind_include_more_shell_paths.patch
@@ -1,10 +1,10 @@
diff --git a/refind/main.c b/refind/main.c
-index beac3bf..1a2cf58 100644
+index ebb9fdd..240371d 100644
--- a/refind/main.c
+++ b/refind/main.c
-@@ -62,13 +62,13 @@
+@@ -63,13 +63,13 @@
- #define MACOSX_LOADER_PATH L"System\\Library\\CoreServices\\boot.efi"
+ #define MACOSX_LOADER_PATH L"\\System\\Library\\CoreServices\\boot.efi"
#if defined (EFIX64)
-#define SHELL_NAMES L"\\EFI\\tools\\shell.efi,\\shellx64.efi"
+#define SHELL_NAMES L"\\EFI\\tools\\shellx64.efi,\\EFI\\tools\\shell.efi,\\shellx64.efi"