libraries/libmp4v2: Fix setuid/setgid permissions

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Kyle Guinn 2012-09-27 20:20:09 -05:00 committed by Robby Workman
parent 61a7f858e5
commit 09cead537b

View file

@ -76,7 +76,7 @@ cd $TMP
tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2
cd $SRCNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a+s .
chmod -R u+w,go+r-w,a-s .
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \