system/gtk-vnc: Apply permission-fixing just to the sources.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2014-11-14 18:11:04 +01:00 committed by Willy Sudiarto Raharjo
parent 37e934c79c
commit e5c1e59809

View file

@ -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 \