summaryrefslogtreecommitdiffstats
path: root/system/grub2/grub2.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/grub2/grub2.SlackBuild')
-rw-r--r--system/grub2/grub2.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/grub2/grub2.SlackBuild b/system/grub2/grub2.SlackBuild
index c951e92c4a..12b74161a2 100644
--- a/system/grub2/grub2.SlackBuild
+++ b/system/grub2/grub2.SlackBuild
@@ -6,7 +6,7 @@
PRGNAM=grub2
VERSION=${VERSION:-2.00}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
ARCNAM=grub
@@ -74,7 +74,7 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
-cp $CWD/update-grub $PKG/usr/bin
+install -m 755 $CWD/update-grub $PKG/usr/bin
mkdir -p $PKG/etc/default
cat $CWD/etc.default.grub > $PKG/etc/default/grub