diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-10 09:09:22 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-11 10:53:34 -0600 |
commit | b809ae0d59ff382444e91657ea80ba499beec91e (patch) | |
tree | e88068faac26a85a5d8051d25c908921841ef1b3 /system/xautomation/xautomation.SlackBuild | |
parent | 09fd93dcb2078e99f113a9779dda2641f5ba213d (diff) | |
download | slackbuilds-b809ae0d59ff382444e91657ea80ba499beec91e.tar.gz |
system/xautomation: Updated for version 1.08.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/xautomation/xautomation.SlackBuild')
-rw-r--r-- | system/xautomation/xautomation.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/system/xautomation/xautomation.SlackBuild b/system/xautomation/xautomation.SlackBuild index e2ab84cd7d..781ede76e6 100644 --- a/system/xautomation/xautomation.SlackBuild +++ b/system/xautomation/xautomation.SlackBuild @@ -5,8 +5,8 @@ # Written by V'yacheslav Stetskevych PRGNAM=xautomation -VERSION=${VERSION:-1.03} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.08} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -45,11 +45,11 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . -find . \ +find -L . \ \( -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 {} \; + \( -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" \ @@ -71,7 +71,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS COPYING INSTALL NEWS README \ + AUTHORS COPYING INSTALL README \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |