summaryrefslogtreecommitdiffstats
path: root/system/grub2/grub2.SlackBuild
diff options
context:
space:
mode:
author ponce <matteo.bernardini@gmail.com>2012-06-30 11:16:49 +0200
committer Robby Workman <rworkman@slackbuilds.org>2012-08-21 08:55:30 -0500
commit7283ec7d0bd7336f56260ba5e0d7d408d37b5f67 (patch)
tree1f82e4342c270e407de5a09e5eedb2864a3c9538 /system/grub2/grub2.SlackBuild
parent0cfa1744b880b158c07dbc767514311ea2633c88 (diff)
downloadslackbuilds-7283ec7d0bd7336f56260ba5e0d7d408d37b5f67.tar.gz
slackbuilds-7283ec7d0bd7336f56260ba5e0d7d408d37b5f67.tar.xz
system/grub2: Updated for version 2.00.
This commit also adds a patch for initrd.gz autodetection and basic instructions to the README. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
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 44e43ac002..13819cac23 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 \