diff options
author | Cezary M. Kruk <c.kruk@bigfoot.com> | 2015-04-03 12:24:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-03 20:50:16 +0700 |
commit | ee59266f8f5f8219ef9eefc4a3ae8b092efcfa19 (patch) | |
tree | 98a36ecb2e6a29a53ec956a2c99cdf062b94b525 /system/cdwrite/cdwrite.SlackBuild | |
parent | 93c13308bcf9f92919d4fa020de25f1b5d4605e0 (diff) |
system/cdwrite: Updated for version 3.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/cdwrite/cdwrite.SlackBuild')
-rw-r--r-- | system/cdwrite/cdwrite.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/system/cdwrite/cdwrite.SlackBuild b/system/cdwrite/cdwrite.SlackBuild index 9935216626ab..812c9c970245 100644 --- a/system/cdwrite/cdwrite.SlackBuild +++ b/system/cdwrite/cdwrite.SlackBuild @@ -4,7 +4,7 @@ # Written by Cezary M. Kruk (c.kruk@bigfoot.com) PRGNAM=cdwrite -VERSION=${VERSION:-3.5} +VERSION=${VERSION:-3.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -25,10 +25,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 {} \; ./configure \ --prefix=$PKG/usr |