From 727b8dca560cc5848c444c45696530b2ea4e06c0 Mon Sep 17 00:00:00 2001 From: Michales Michaloudes Date: Mon, 6 Jan 2014 22:15:04 +0700 Subject: audio/aeolus: Updated for version 0.9.0. Signed-off-by: Willy Sudiarto Raharjo --- audio/aeolus/aeolus.SlackBuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'audio/aeolus/aeolus.SlackBuild') 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' \ -- cgit v1.2.3