summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author crocket2012-02-02 22:09:10 +0100
committer Robby Workman2012-02-12 04:19:29 +0100
commit310beae49caef75ef873f9abb6096ce8afd5d484 (patch)
tree860be725b31cbe853ac0fcac9863c0072c2e180d /system
parentc5950f1019e77064f9aa67f27a33b4ba3f739cf1 (diff)
downloadslackbuilds-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')
-rw-r--r--system/grub2/doinst.sh1
-rw-r--r--system/grub2/grub2.SlackBuild2
-rw-r--r--system/grub2/grub2.info2
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"