summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 7cb873e11c07..91875a16f642 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = refind-efi-x86_64-git
pkgdesc = Rod Smith's fork of rEFIt UEFI Boot Manager - GIT Development Version
- pkgver = 20120607
+ pkgver = 20120622
pkgrel = 1
url = http://www.rodsbooks.com/refind/index.html
install = refind-efi-x86_64.install
@@ -21,7 +21,7 @@ pkgbase = refind-efi-x86_64-git
backup = boot/efi/EFI/arch/refind/refind_linux.conf
source = refind_include_more_shell_paths.patch
source = refind_linux.conf
- sha256sums = db84334a7bea73c6843d82e9d02e1edbda65ff9806bc64e89b885c606c87e5b6
+ sha256sums = d1bc373c10cf2e17d436d14e080d1daa4d25d51c4d53e477b68417a2b3f4722c
sha256sums = 9aac6e65018965ba182ec2d246d37fc5f9269ae96504956d8a51355c3ba1b62f
pkgname = refind-efi-x86_64-git
diff --git a/PKGBUILD b/PKGBUILD
index 98568ad09bb5..2be6e30cdb5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _actualname="refind"
_pkgname="${_actualname}-efi-x86_64"
pkgname="${_pkgname}-git"
-pkgver=20120607
+pkgver=20120622
pkgrel=1
pkgdesc="Rod Smith's fork of rEFIt UEFI Boot Manager - GIT Development Version"
url="http://www.rodsbooks.com/refind/index.html"
@@ -31,7 +31,7 @@ install="${_pkgname}.install"
source=('refind_include_more_shell_paths.patch'
'refind_linux.conf')
-sha256sums=('db84334a7bea73c6843d82e9d02e1edbda65ff9806bc64e89b885c606c87e5b6'
+sha256sums=('d1bc373c10cf2e17d436d14e080d1daa4d25d51c4d53e477b68417a2b3f4722c'
'9aac6e65018965ba182ec2d246d37fc5f9269ae96504956d8a51355c3ba1b62f')
_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 79fbb37a2f62..a456e30da758 100644
--- a/refind_include_more_shell_paths.patch
+++ b/refind_include_more_shell_paths.patch
@@ -1,8 +1,8 @@
diff --git a/refind/main.c b/refind/main.c
-index 298a6d2..3e92f2e 100644
+index 9558655..3f54b4f 100644
--- a/refind/main.c
+++ b/refind/main.c
-@@ -57,13 +57,13 @@
+@@ -58,13 +58,13 @@
#define MACOSX_LOADER_PATH L"System\\Library\\CoreServices\\boot.efi"
#if defined (EFIX64)
@@ -16,6 +16,6 @@ index 298a6d2..3e92f2e 100644
#else
-#define SHELL_NAMES L"\\EFI\\tools\\shell.efi"
+#define SHELL_NAMES L"\\EFI\\tools\\shell.efi,\\shell.efi"
+ #define DRIVER_DIRS L"drivers"
#endif
- // Filename patterns that identify EFI boot loaders. Note that a single case (either L"*.efi" or