aboutsummaryrefslogtreecommitdiff
path: root/system/grub2/grub2.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/grub2/grub2.SlackBuild')
-rw-r--r--system/grub2/grub2.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/system/grub2/grub2.SlackBuild b/system/grub2/grub2.SlackBuild
index 44e43ac00249..13819cac2397 100644
--- a/system/grub2/grub2.SlackBuild
+++ b/system/grub2/grub2.SlackBuild
@@ -5,7 +5,7 @@
# Written by crocket (crockabiscuit@gmail.com)
PRGNAM=grub2
-VERSION=${VERSION:-1.99}
+VERSION=${VERSION:-2.00}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -57,6 +57,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# We use initrd.gz here, so look for it too
+patch -p1 < $CWD/initrd_naming.patch
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \