From ab1d8180e3a20eeb11df48bed49ca5d28e34df4b Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Tue, 22 Feb 2011 07:41:52 +0100
Subject: bump scripts to 6u24

---
 make/scripts/setenv-jogl.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'make/scripts/setenv-jogl.sh')

diff --git a/make/scripts/setenv-jogl.sh b/make/scripts/setenv-jogl.sh
index 964bbc5f8..586b667e3 100755
--- a/make/scripts/setenv-jogl.sh
+++ b/make/scripts/setenv-jogl.sh
@@ -10,8 +10,8 @@ if [ -z "$1" ] ; then
     exit
 fi
 
-if [ -e /devtools/etc/profile.ant ] ; then
-    . /devtools/etc/profile.ant
+if [ -e /opt-share/etc/profile.ant ] ; then
+    . /opt-share/etc/profile.ant
 fi
 
 JOGL_BUILDDIR=$1
-- 
cgit v1.2.3