diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2015-02-16 22:11:35 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-21 09:03:54 +0700 |
commit | c2067d87a9cc1cc779f7bc1e063e863970bb00bc (patch) | |
tree | 019140eaa5ea6c531c43b8bc58293df25f3153de /system/multicorn/multicorn.SlackBuild | |
parent | c6d3f175290ae04e02106a141bc3ea5b5b324f86 (diff) | |
download | slackbuilds-c2067d87a9cc1cc779f7bc1e063e863970bb00bc.tar.gz |
system/multicorn: Updated for version 1.1.0.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'system/multicorn/multicorn.SlackBuild')
-rw-r--r-- | system/multicorn/multicorn.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/system/multicorn/multicorn.SlackBuild b/system/multicorn/multicorn.SlackBuild index 3331c37df5..6d333ed57c 100644 --- a/system/multicorn/multicorn.SlackBuild +++ b/system/multicorn/multicorn.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for multicorn -# Copyright 2013-2014 Audrius Kažukauskas <audrius@neutrino.lt> +# Copyright 2013-2015 Audrius Kažukauskas <audrius@neutrino.lt> # 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=multicorn -VERSION=${VERSION:-1.0.1} +VERSION=${VERSION:-1.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,10 +64,10 @@ unzip $CWD/$PRGNAM-$VERSION.zip cd $PRGNAM-$VERSION chown -R root:root . 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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -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 {} \; # Set Python code installation path. sed -i "s|install$|install --root=$PKG|" Makefile |