diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-06-17 17:09:20 +0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-06-18 19:16:53 -0500 |
commit | 381f63b4f266bc1645c873888927cd512a5a2bb5 (patch) | |
tree | 8cbc7a9eb659640589e9de046e0332c615a194eb /system/gentoo/gentoo.SlackBuild | |
parent | ac6a9666b722cfe9aa0d7b7f7f1813d5c864dbd8 (diff) | |
download | slackbuilds-381f63b4f266bc1645c873888927cd512a5a2bb5.tar.gz |
system/gentoo: Updated for version 0.20.7.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/gentoo/gentoo.SlackBuild')
-rw-r--r-- | system/gentoo/gentoo.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/system/gentoo/gentoo.SlackBuild b/system/gentoo/gentoo.SlackBuild index e4f65129c1..bb77599ca9 100644 --- a/system/gentoo/gentoo.SlackBuild +++ b/system/gentoo/gentoo.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gentoo -# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada +# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gentoo -VERSION=${VERSION:-0.20.6} +VERSION=${VERSION:-0.20.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,7 +67,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -100,7 +100,6 @@ install -D -m644 icons/$PRGNAM.png $PKG/usr/share/pixmaps/$PRGNAM.svg mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ AUTHORS BUGS CONFIG-CHANGES COPYING CREDITS ChangeLog README NEWS TODO \ - docs/* \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |