From 310beae49caef75ef873f9abb6096ce8afd5d484 Mon Sep 17 00:00:00 2001 From: crocket Date: Thu, 2 Feb 2012 15:09:10 -0600 Subject: system/grub2: Minor bug fix. Reported by Chris Abela Signed-off-by: Erik Hanson --- system/grub2/doinst.sh | 1 - system/grub2/grub2.SlackBuild | 2 +- system/grub2/grub2.info | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) (limited to 'system') 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" -- cgit v1.2.3