diff options
author | B. Watson <yalhcru@gmail.com> | 2014-06-11 06:32:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-12 06:51:49 +0700 |
commit | 5a2faa5093631d7db4c6e66d6b0d3c81f34007bf (patch) | |
tree | 7cf6f817c01537594771ded5670d6a4e6f54c9c5 /development/xtruss/xtruss.SlackBuild | |
parent | b061a71aa59fc0ee89fc6e6ca369b6dc5c0dbe0c (diff) | |
download | slackbuilds-5a2faa5093631d7db4c6e66d6b0d3c81f34007bf.tar.gz |
development/xtruss: Updated for version r10030 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/xtruss/xtruss.SlackBuild')
-rw-r--r-- | development/xtruss/xtruss.SlackBuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/development/xtruss/xtruss.SlackBuild b/development/xtruss/xtruss.SlackBuild index e78346be35..b77932c0aa 100644 --- a/development/xtruss/xtruss.SlackBuild +++ b/development/xtruss/xtruss.SlackBuild @@ -3,9 +3,10 @@ # Slackware build script for xtruss. # Written by V'yacheslav Stetskevych +# Modified by B. Watson PRGNAM=xtruss -VERSION=${VERSION:-r9490} +VERSION=${VERSION:-r10030} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -46,10 +47,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz 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" \ |