mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/libmp4v2: Fix setuid/setgid permissions
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
61a7f858e5
commit
09cead537b
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue