summaryrefslogtreecommitdiffstats
path: root/development/groovy/profile.d
diff options
context:
space:
mode:
author DhabyX2017-04-06 05:05:36 +0200
committer Willy Sudiarto Raharjo2017-04-06 16:03:16 +0200
commitfc00e54f2bc4783df9698e45d7c2ddab0ea214e0 (patch)
tree82de320396f47bf64ec718c5cab076f1cb242e8e /development/groovy/profile.d
parente5cad558f144fb59415fe5b2a89e391dc7c69f2d (diff)
downloadslackbuilds-fc00e54f2bc4783df9698e45d7c2ddab0ea214e0.tar.gz
development/groovy: Updated for version 2.4.10 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/groovy/profile.d')
-rw-r--r--development/groovy/profile.d/groovy.csh.new2
-rw-r--r--development/groovy/profile.d/groovy.sh.new2
2 files changed, 4 insertions, 0 deletions
diff --git a/development/groovy/profile.d/groovy.csh.new b/development/groovy/profile.d/groovy.csh.new
new file mode 100644
index 0000000000..d78d17c924
--- /dev/null
+++ b/development/groovy/profile.d/groovy.csh.new
@@ -0,0 +1,2 @@
+#!/bin/csh
+setenv GROOVY_HOME @LIBDIR@/groovy
diff --git a/development/groovy/profile.d/groovy.sh.new b/development/groovy/profile.d/groovy.sh.new
new file mode 100644
index 0000000000..c17cf37e8f
--- /dev/null
+++ b/development/groovy/profile.d/groovy.sh.new
@@ -0,0 +1,2 @@
+#!/bin/sh
+export GROOVY_HOME=@LIBDIR@/groovy