diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2015-02-25 12:41:58 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-28 11:37:06 +0700 |
commit | 4a9b0224629bdf51fa1f2b24426b47598e68fafe (patch) | |
tree | ca786417b90f1ea71ef229f667bef8696c676d3a /development/groovy/groovy.SlackBuild | |
parent | d69f23892d9dfce67f440dd7b41b0dc9a71ca4de (diff) | |
download | slackbuilds-4a9b0224629bdf51fa1f2b24426b47598e68fafe.tar.gz |
development/groovy: Updated for version 2.4.1.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'development/groovy/groovy.SlackBuild')
-rw-r--r-- | development/groovy/groovy.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/groovy/groovy.SlackBuild b/development/groovy/groovy.SlackBuild index e037a2be62..886bf6fa84 100644 --- a/development/groovy/groovy.SlackBuild +++ b/development/groovy/groovy.SlackBuild @@ -10,7 +10,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version, with the following exception: -# the text of the GPL license may be omitted.. +# the text of the GPL license may be omitted. # This program is distributed in the hope that it will be useful, but # without any warranty; without even the implied warranty of @@ -25,7 +25,7 @@ # not, see <http://www.gnu.org/licenses/>. PRGNAM=groovy -VERSION=${VERSION:-2.3.0} +VERSION=${VERSION:-2.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -58,9 +58,9 @@ 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 \ + -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 {} \; mkdir -p $PKG/usr/lib$LIBDIRSUFFIX/$PRGNAM mv * $PKG/usr/lib$LIBDIRSUFFIX/$PRGNAM |