summaryrefslogtreecommitdiffstats
path: root/academic/gcompris/gcompris.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2013-12-23 15:31:42 +0100
committer Robby Workman2013-12-25 22:06:01 +0100
commit612ee41ce9ee3d78199a5b7fe8303452aa8d0c72 (patch)
tree7f430eb757c277400b97027ac8ac64c6037cb60f /academic/gcompris/gcompris.SlackBuild
parentbc8d85dd33fc3c8f7be0e96f1a3c5fcbb8b5b27a (diff)
downloadslackbuilds-612ee41ce9ee3d78199a5b7fe8303452aa8d0c72.tar.gz
academic/gcompris: New maintainer and script cleanups.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'academic/gcompris/gcompris.SlackBuild')
-rw-r--r--academic/gcompris/gcompris.SlackBuild11
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" \