summaryrefslogtreecommitdiffstats
path: root/make/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-02-05 00:17:23 +0100
committerSven Gothel <[email protected]>2015-02-05 00:17:23 +0100
commit2328173804f78f536b161f31d7c73be16823c7f3 (patch)
treefa091e2fb3e2cb0c872e57433ec2b41b388527b6 /make/scripts
parent72e348dfcdfe2aa2f0878950d943e738ea94422a (diff)
build setup script: remove redundant ANT_PATH entry
Diffstat (limited to 'make/scripts')
-rw-r--r--make/scripts/setenv-build-jogl-x86_64.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/make/scripts/setenv-build-jogl-x86_64.sh b/make/scripts/setenv-build-jogl-x86_64.sh
index 2d01d19..6a009c5 100644
--- a/make/scripts/setenv-build-jogl-x86_64.sh
+++ b/make/scripts/setenv-build-jogl-x86_64.sh
@@ -15,13 +15,6 @@ if [ -z "$ANT_PATH" ] ; then
fi
fi
if [ -z "$ANT_PATH" ] ; then
- if [ -e /usr/share/ant/bin/ant -a -e /usr/share/ant/lib/ant.jar ] ; then
- ANT_PATH=/usr/share/ant
- export ANT_PATH
- echo autosetting ANT_PATH to $ANT_PATH
- fi
-fi
-if [ -z "$ANT_PATH" ] ; then
echo ANT_PATH does not exist, set it
exit
fi