diff options
-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" |