diff options
author | Rudson Alves <alves@rra.etc.br> | 2015-04-17 08:12:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-17 08:12:50 +0700 |
commit | 0bbd522affc92fd523b090642df9a0fe0098a8a9 (patch) | |
tree | a2c5c472d93aac0f7fd48225b156ae071a7b4b1a /development/eric/eric.SlackBuild | |
parent | 8809706855ce8735c3f7e1d3fada62099ce74f26 (diff) | |
download | slackbuilds-0bbd522affc92fd523b090642df9a0fe0098a8a9.tar.gz |
development/eric: Updated for version 4.5.25.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/eric/eric.SlackBuild')
-rw-r--r-- | development/eric/eric.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 <rudsonalves@rra.etc.br> +# Copyright 2009-2015 Rudson Alves <rudsonalves@rra.etc.br> # 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 |