From 0bbd522affc92fd523b090642df9a0fe0098a8a9 Mon Sep 17 00:00:00 2001 From: Rudson Alves Date: Fri, 17 Apr 2015 08:12:50 +0700 Subject: development/eric: Updated for version 4.5.25. Signed-off-by: Willy Sudiarto Raharjo --- development/eric/eric.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'development/eric/eric.SlackBuild') diff --git a/development/eric/eric.SlackBuild b/development/eric/eric.SlackBuild index 22602f4270..7b9a7d8c4c 100644 --- a/development/eric/eric.SlackBuild +++ b/development/eric/eric.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for eric4 -# Copyright 2009 Rudson Alves +# Copyright 2009-2015 Rudson Alves # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=eric -VERSION=${VERSION:-4.5.16} +VERSION=${VERSION:-4.5.25} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,7 +72,7 @@ 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 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; python install.py -i $PKG -d "$PYTHONSITEPKG" -b /usr/bin -- cgit v1.2.3