summaryrefslogtreecommitdiffstats
path: root/development/groovy/groovy.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/groovy/groovy.SlackBuild')
-rw-r--r--development/groovy/groovy.SlackBuild8
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