system/grub2: Minor bug fix.

Reported by Chris Abela <kristofru@gmail.com>

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
crocket 2012-02-02 15:09:10 -06:00 committed by Robby Workman
parent c5950f1019
commit 310beae49c
3 changed files with 2 additions and 3 deletions

View file

@ -11,4 +11,3 @@ config() {
# Otherwise, we leave the .new copy for the admin to consider...
}
config etc/default/grub.new

View file

@ -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

View file

@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="crocket"
EMAIL="crockabiscuit@gmail.com"
APPROVED="dsomero"
APPROVED="dsomero,Erik Hanson"