diff options
author | crocket <crockabiscuit@gmail.com> | 2012-02-02 15:09:10 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-02-11 21:19:29 -0600 |
commit | 310beae49caef75ef873f9abb6096ce8afd5d484 (patch) | |
tree | 860be725b31cbe853ac0fcac9863c0072c2e180d /system/grub2 | |
parent | c5950f1019e77064f9aa67f27a33b4ba3f739cf1 (diff) | |
download | slackbuilds-310beae49caef75ef873f9abb6096ce8afd5d484.tar.gz |
system/grub2: Minor bug fix.
Reported by Chris Abela <kristofru@gmail.com>
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/grub2')
-rw-r--r-- | system/grub2/doinst.sh | 1 | ||||
-rw-r--r-- | system/grub2/grub2.SlackBuild | 2 | ||||
-rw-r--r-- | system/grub2/grub2.info | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/system/grub2/doinst.sh b/system/grub2/doinst.sh index 367e0dfb49..19a6ff6ac8 100644 --- a/system/grub2/doinst.sh +++ b/system/grub2/doinst.sh @@ -11,4 +11,3 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } -config etc/default/grub.new diff --git a/system/grub2/grub2.SlackBuild b/system/grub2/grub2.SlackBuild index dd6616dcf2..44e43ac002 100644 --- a/system/grub2/grub2.SlackBuild +++ b/system/grub2/grub2.SlackBuild @@ -72,7 +72,7 @@ make make install DESTDIR=$PKG mkdir -p $PKG/etc/default -cat $CWD/etc.default.grub > $PKG/etc/default/grub.new +cat $CWD/etc.default.grub > $PKG/etc/default/grub find $PKG/usr/bin | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/system/grub2/grub2.info b/system/grub2/grub2.info index 1d54ffdfc9..2e9776b18f 100644 --- a/system/grub2/grub2.info +++ b/system/grub2/grub2.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="crocket" EMAIL="crockabiscuit@gmail.com" -APPROVED="dsomero" +APPROVED="dsomero,Erik Hanson" |