diff options
author | Michales Michaloudes <korgie@gmail.com> | 2014-01-06 22:15:04 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-07 11:14:01 -0600 |
commit | 727b8dca560cc5848c444c45696530b2ea4e06c0 (patch) | |
tree | a1dbe3d7b2f75efb65ee7ee4ac91a8437e163558 /audio/aeolus/aeolus.SlackBuild | |
parent | cdbd5851c97b00fc97ff8aa2e9ee56b12bf9e5ca (diff) | |
download | slackbuilds-727b8dca560cc5848c444c45696530b2ea4e06c0.tar.gz |
audio/aeolus: Updated for version 0.9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/aeolus/aeolus.SlackBuild')
-rw-r--r-- | audio/aeolus/aeolus.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/aeolus/aeolus.SlackBuild b/audio/aeolus/aeolus.SlackBuild index 3437c4c1dc..267044b4e5 100644 --- a/audio/aeolus/aeolus.SlackBuild +++ b/audio/aeolus/aeolus.SlackBuild @@ -3,8 +3,8 @@ # Written by Michales Michaloudes korgie@gmail.com PRGNAM=aeolus -VERSION=${VERSION:-0.8.4} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.9.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -45,10 +45,10 @@ cd $PRGNAM-$VERSION tar xvf $CWD/stops-0.3.0.tar.bz2 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 {} \; sed -i -e 's+/usr/local+/usr+' \ -e '/ldconfig/d' \ |