diff options
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 d7660d1986..7b35e546ce 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 |