summaryrefslogtreecommitdiffstats
path: root/audio/easytag/easytag.SlackBuild
diff options
context:
space:
mode:
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