diff options
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 |