summaryrefslogtreecommitdiffstats
path: root/audio/alsaequal/alsaequal.SlackBuild
diff options
context:
space:
mode:
author David Woodfall2014-02-17 10:13:50 +0100
committer Erik Hanson2014-02-18 21:59:55 +0100
commit74a301c2b23f8d69fd1d793a1864060573f69e78 (patch)
treefb924c0c003d20ccbe3c958921e25936da8a01b9 /audio/alsaequal/alsaequal.SlackBuild
parent051836e5140ce4e91225c5ee58c6c43730f2a30e (diff)
downloadslackbuilds-74a301c2b23f8d69fd1d793a1864060573f69e78.tar.gz
audio/alsaequal: Updated for new caps Eq name.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/alsaequal/alsaequal.SlackBuild')
-rw-r--r--audio/alsaequal/alsaequal.SlackBuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/audio/alsaequal/alsaequal.SlackBuild b/audio/alsaequal/alsaequal.SlackBuild
index 6da695715d..e083cd8b4a 100644
--- a/audio/alsaequal/alsaequal.SlackBuild
+++ b/audio/alsaequal/alsaequal.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=alsaequal
VERSION=${VERSION:-0.6}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -64,13 +64,13 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM
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 {} \;
-# Fixes for x86_64
-sed "s/@LIBDIRSUFFIX@/$LIBDIRSUFFIX/g" $CWD/lib64fix.diff | patch -p1
+# Fixes for x86_64 and Eq renaming in caps 0.9.20
+sed "s/@LIBDIRSUFFIX@/$LIBDIRSUFFIX/g" $CWD/lib64fix+EqRename.diff | patch -p1
make Q=
make install DESTDIR=$PKG