summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author crocket2013-04-27 18:29:34 +0200
committer Niels Horn2013-04-27 18:29:34 +0200
commita2ca5b553c4f21aefd8dfcf55ff9de471151bde3 (patch)
treea6a1f38ff930848f125d28c1dd981ba48e1b5f3f /system
parentd12ad5758a1e7a7034e1b281b5d376b1f6a08333 (diff)
downloadslackbuilds-a2ca5b553c4f21aefd8dfcf55ff9de471151bde3.tar.gz
system/grub2: Fixed permission issue.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system')
-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