summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Marcel Saegebarth2015-01-30 14:32:35 +0100
committer Willy Sudiarto Raharjo2015-01-31 00:57:33 +0100
commitd6408a1a2a605a76ab255e437c2b4e1a8702d1b0 (patch)
treea43b878bb6db4d887c10d815281981a761e5e425
parent6969ae89234fb24a599704aaf85635ddb2b0fe2d (diff)
downloadslackbuilds-d6408a1a2a605a76ab255e437c2b4e1a8702d1b0.tar.gz
libraries/libgsasl: Fixed VERSION + copyright year + cleanup
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/libgsasl/libgsasl.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/libgsasl/libgsasl.SlackBuild b/libraries/libgsasl/libgsasl.SlackBuild
index f96b27cde0..2f247f5bb9 100644
--- a/libraries/libgsasl/libgsasl.SlackBuild
+++ b/libraries/libgsasl/libgsasl.SlackBuild
@@ -1,8 +1,8 @@
#!/bin/sh
-# SlackBuild script for "libgsasl".
+# Slackware build script for "libgsasl".
-# Copyright 2009-2012 Marcel Saegebarth <marc@mos6581.de>
+# Copyright 2009-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=libgsasl
-VERSION=1.8.0
+VERSION=${VERSION:-1.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,7 +69,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 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \