diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2014-07-10 02:46:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-10 02:46:37 +0700 |
commit | e8c01f7ddc84e970c3d326ce64ee3ec9b7824932 (patch) | |
tree | 9602e1145bd4a1a922588e9863e5e2a46092ee1c /development/eclipse/eclipse.SlackBuild | |
parent | d7205f8a1cbb0cc1f16728bbf07450493e04b475 (diff) |
development/eclipse: Updated for version 4.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/eclipse/eclipse.SlackBuild')
-rw-r--r-- | development/eclipse/eclipse.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/development/eclipse/eclipse.SlackBuild b/development/eclipse/eclipse.SlackBuild index b14d89a5c3ab4..614ad6a8fdf03 100644 --- a/development/eclipse/eclipse.SlackBuild +++ b/development/eclipse/eclipse.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for eclipse -# Copyright (c) 2008-2010, Antonio Hernández Blas <hba.nihilismus@gmail.com> +# Copyright (c) 2008-2014, Antonio Hernández Blas <hba.nihilismus@gmail.com> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -26,7 +26,7 @@ # This script is just a binary repackaging. PRGNAM=eclipse -VERSION=${VERSION:-4.3.2} +VERSION=${VERSION:-4.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,10 +61,10 @@ fi 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 {} \; # Add a wrapper to run eclipse in /usr/bin # Its going to change the working directory to $HOME, so when you import/export |