diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-02-10 12:41:36 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-11 12:14:56 -0600 |
commit | 44fa0120d9abf56eeeeee3c810ce6521efc19f36 (patch) | |
tree | f22a70434cb7ccc32d2c4fc49504cd3c0ed6fd90 /network/filezilla/filezilla.SlackBuild | |
parent | 0d17db9cefe67857b2677ac126c7a4c36b808b59 (diff) | |
download | slackbuilds-44fa0120d9abf56eeeeee3c810ce6521efc19f36.tar.gz |
network/filezilla: Updated for version 3.7.4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/filezilla/filezilla.SlackBuild')
-rw-r--r-- | network/filezilla/filezilla.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/filezilla/filezilla.SlackBuild b/network/filezilla/filezilla.SlackBuild index c61c9308ae..27391a2a10 100644 --- a/network/filezilla/filezilla.SlackBuild +++ b/network/filezilla/filezilla.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for filezilla # Copyright 2007-2009 Grigorios Bouzakis <grbzks@xsmail.com> -# Copyright 2010-2013 Willy Sudiarto Raharjo <willysr@slackware-id.org> +# Copyright 2010-2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Permission to use, copy, modify, and distribute this software for any purpose @@ -21,7 +21,7 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=filezilla -VERSION=${VERSION:-3.7.3} +VERSION=${VERSION:-3.7.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,8 +71,8 @@ tar xvf $CWD/FileZilla_${VERSION}_src.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ + \( -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 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; |