summaryrefslogtreecommitdiff
path: root/misc/ascii/ascii.SlackBuild
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2013-11-15 17:20:36 +0700
committerRobby Workman <rworkman@slackbuilds.org>2013-11-15 13:46:10 -0600
commit275054f5ef9bde671a24629407d79c4cc9b114d1 (patch)
treedc501d255fb1004013ba919968594935e7a1ce65 /misc/ascii/ascii.SlackBuild
parent7b7d10123387c358477d9b3e562b5603138bbc39 (diff)
downloadslackbuilds-275054f5ef9bde671a24629407d79c4cc9b114d1.tar.gz
misc/ascii: Updated for version 3.12
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/ascii/ascii.SlackBuild')
-rw-r--r--misc/ascii/ascii.SlackBuild14
1 files changed, 6 insertions, 8 deletions
diff --git a/misc/ascii/ascii.SlackBuild b/misc/ascii/ascii.SlackBuild
index c141279b4f..b5d0794408 100644
--- a/misc/ascii/ascii.SlackBuild
+++ b/misc/ascii/ascii.SlackBuild
@@ -8,16 +8,14 @@
# Written by cteg <comsublant@gmx.net>
PRGNAM=ascii
-VERSION=${VERSION:-3.11}
+VERSION=${VERSION:-3.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -50,11 +48,11 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -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 {} \;
+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 {} \;
make \
CFLAGS="$SLKCFLAGS" \