diff options
Diffstat (limited to 'academic/gcompris/gcompris.SlackBuild')
-rw-r--r-- | academic/gcompris/gcompris.SlackBuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/academic/gcompris/gcompris.SlackBuild b/academic/gcompris/gcompris.SlackBuild index 5f310f4826..5e609e7de5 100644 --- a/academic/gcompris/gcompris.SlackBuild +++ b/academic/gcompris/gcompris.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for gcompris # Copyright (c) 2009, Paul Liconti +# Copyright 2013 Willy Sudiarto Raharjo # All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, @@ -26,8 +27,6 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Modified by SlackBuilds.org - PRGNAM=gcompris VERSION=${VERSION:-13.11} BUILD=${BUILD:-1} @@ -70,10 +69,10 @@ 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 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 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ |