diff options
Diffstat (limited to 'office/myrulib/myrulib.SlackBuild')
-rw-r--r-- | office/myrulib/myrulib.SlackBuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/office/myrulib/myrulib.SlackBuild b/office/myrulib/myrulib.SlackBuild index 9578bc0f51..0616a215d2 100644 --- a/office/myrulib/myrulib.SlackBuild +++ b/office/myrulib/myrulib.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for MyRuLib -# Copyright 2011-2012 Fridrich von Stauffenberg <cancellor2@gmail.com> +# Copyright 2011-2013 Fridrich von Stauffenberg <cancellor2@gmail.com> # 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=myrulib -VERSION=${VERSION:-0.29.12} +VERSION=${VERSION:-0.29.16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,6 +66,11 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 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 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ |