summaryrefslogtreecommitdiffstats
path: root/audio/aeolus/aeolus.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/aeolus/aeolus.SlackBuild')
-rw-r--r--audio/aeolus/aeolus.SlackBuild12
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' \