mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
system/gtk-vnc: Apply permission-fixing just to the sources.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
37e934c79c
commit
e5c1e59809
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ cd $TMP
|
|||
rm -rf $PRGNAM-$VERSION{,-3}
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||
chown -R root:root $PRGNAM-$VERSION
|
||||
find -L . \
|
||||
find -L $PRGNAM-$VERSION \
|
||||
\( -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 \
|
||||
|
|
Loading…
Reference in a new issue