aboutsummaryrefslogtreecommitdiff
path: root/games/qtsixa/qtsixa.SlackBuild
diff options
context:
space:
mode:
authorMarcel Saegebarth <marc@mos6581.de>2015-01-30 14:30:40 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-01-31 06:57:48 +0700
commit4f40a4c78945796b598a3e4c5583f40b68a3e4f4 (patch)
tree67e02fc4483ec64012f2e0b886eefea9e0d4f6d1 /games/qtsixa/qtsixa.SlackBuild
parentd6408a1a2a605a76ab255e437c2b4e1a8702d1b0 (diff)
downloadslackbuilds-4f40a4c78945796b598a3e4c5583f40b68a3e4f4.tar.xz
games/qtsixa: copyright year + cleanup
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/qtsixa/qtsixa.SlackBuild')
-rw-r--r--games/qtsixa/qtsixa.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/qtsixa/qtsixa.SlackBuild b/games/qtsixa/qtsixa.SlackBuild
index 2a8357a0876b..5c1ae729cb5c 100644
--- a/games/qtsixa/qtsixa.SlackBuild
+++ b/games/qtsixa/qtsixa.SlackBuild
@@ -1,8 +1,8 @@
#!/bin/sh
-# SlackBuild script for "qtsixa".
+# Slackware build script for "qtsixa".
-# Copyright 2013 Marcel Saegebarth <marc@mos6581.de>
+# Copyright 2013-2015 Marcel Saegebarth <marc@mos6581.de>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qtsixa
-VERSION=1.5.1
+VERSION=${VERSION:-1.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -78,7 +78,7 @@ 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 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
make CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS"