diff options
author | Glenn Becker <burningc@sdf.org> | 2014-06-04 06:26:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-04 06:26:06 +0700 |
commit | b1b41ac734763db9b53c799eaa08370aff140469 (patch) | |
tree | 663b65db8593a52c668f6d6fcc680bfba02a6563 /network/surfraw/surfraw.SlackBuild | |
parent | 360d0db554f236bdff191ca7caa3c396fd1fac0d (diff) |
network/surfraw: Updated for version 2.2.9 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/surfraw/surfraw.SlackBuild')
-rw-r--r-- | network/surfraw/surfraw.SlackBuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/network/surfraw/surfraw.SlackBuild b/network/surfraw/surfraw.SlackBuild index d7660d19861cf..7b35e546ced47 100644 --- a/network/surfraw/surfraw.SlackBuild +++ b/network/surfraw/surfraw.SlackBuild @@ -3,6 +3,7 @@ # Copyright 2007 Martin Lefebvre <dadexter@slackadelic.com> # Copyright 2010-2011 Grigorios Bouzakis <grbzks@xsmail.com> +# Copyright 2014 Glenn Becker <burningc@sdf.org> # All rights reserved. # # Permission to use, copy, modify, and distribute this software for any purpose @@ -21,7 +22,7 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=surfraw -VERSION=${VERSION:-2.2.8} +VERSION=${VERSION:-2.2.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -44,10 +45,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz 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 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -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 {} \; # fix man page symlinking sed -i 's,\.gz,,g' links.IN |