diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-06 08:07:52 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-05 20:25:45 -0600 |
commit | f9cdfaaad32faada3098feda2bce8ab936d0f2e4 (patch) | |
tree | f9a9aee8de2184e813c5bb7423143e0dfc00be76 /network/filezilla | |
parent | 6b004e089be104cb35f55c2f5ba22c9bce3dad35 (diff) |
network/filezilla: Update script to the new template
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/filezilla')
-rw-r--r-- | network/filezilla/filezilla.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/filezilla/filezilla.SlackBuild b/network/filezilla/filezilla.SlackBuild index 005bbdb3d0dc..5120fc2e45a5 100644 --- a/network/filezilla/filezilla.SlackBuild +++ b/network/filezilla/filezilla.SlackBuild @@ -70,11 +70,11 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/FileZilla_${VERSION}_src.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . -find . \ +find -L . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Added LDFLAGS to make it compileable, thanks to LQ # http://www.linuxquestions.org/questions/slackware-14/libsndfile-from-slackbuilds-org-fails-to-build-695456/ |