summaryrefslogtreecommitdiffstats
path: root/audio/easytag/easytag.SlackBuild
diff options
context:
space:
mode:
author crocket2010-08-16 00:58:56 +0200
committer Erik Hanson2010-08-16 03:53:42 +0200
commit2f26f79743ce666550de8fef22b319762f16a1a2 (patch)
tree21653cd29bc9c9691bf2a41201bb3e437548884e /audio/easytag/easytag.SlackBuild
parent82aa9524bef8fcdc6f6174d15a1ecdc36c94441d (diff)
downloadslackbuilds-2f26f79743ce666550de8fef22b319762f16a1a2.tar.gz
audio/easytag: --disable-mp4 due to a bug.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'audio/easytag/easytag.SlackBuild')
-rw-r--r--audio/easytag/easytag.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/easytag/easytag.SlackBuild b/audio/easytag/easytag.SlackBuild
index 52abf87799..416436d7dc 100644
--- a/audio/easytag/easytag.SlackBuild
+++ b/audio/easytag/easytag.SlackBuild
@@ -26,7 +26,7 @@
PRGNAM=easytag
VERSION=2.1.6
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
CWD=$(pwd)
@@ -67,7 +67,6 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
-
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
@@ -84,6 +83,7 @@ CXXFLAGS="$SLKCFLAGS" \
--prefix=/usr \
--mandir=/usr/man \
--enable-shared=yes \
+ --disable-mp4 \
--enable-static=no \
--disable-debug \
--build=$ARCH-slackware-linux