diff options
Diffstat (limited to 'system/gtk-vnc')
-rw-r--r-- | system/gtk-vnc/gtk-vnc.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/gtk-vnc/gtk-vnc.SlackBuild b/system/gtk-vnc/gtk-vnc.SlackBuild index df415b03c7c7..05da7846e1eb 100644 --- a/system/gtk-vnc/gtk-vnc.SlackBuild +++ b/system/gtk-vnc/gtk-vnc.SlackBuild @@ -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 \ |