mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
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:
parent
c5950f1019
commit
310beae49c
3 changed files with 2 additions and 3 deletions
|
@ -11,4 +11,3 @@ config() {
|
|||
# Otherwise, we leave the .new copy for the admin to consider...
|
||||
}
|
||||
|
||||
config etc/default/grub.new
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
|
|||
MD5SUM_x86_64=""
|
||||
MAINTAINER="crocket"
|
||||
EMAIL="crockabiscuit@gmail.com"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="dsomero,Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue