From f31eaef380b6a1e4d248b1bb78db5460b2f68f1b Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 9 Nov 2010 20:07:38 +0100 Subject: Autobuild location changed --- etc/profile.jogl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc') diff --git a/etc/profile.jogl b/etc/profile.jogl index 4d24c4714..c3d719954 100755 --- a/etc/profile.jogl +++ b/etc/profile.jogl @@ -76,9 +76,9 @@ AUTOBUILD=0 if [ ! -z "$JOGL_BUILD_DIR" -a -e "$JOGL_BUILD_DIR" ] ; then AUTOBUILD=0 -elif [ -e $THISDIR/../lib ] ; then +elif [ -e $THISDIR/jar ] ; then # Autobuild - JOGL_BUILD_DIR=$THISDIR/../lib + JOGL_BUILD_DIR=$THISDIR/jar AUTOBUILD=1 else echo invalid JOGL_BUILD_DIR $JOGL_BUILD_DIR and no AUTOBUILD @@ -91,7 +91,7 @@ if [ $AUTOBUILD -eq 0 ] ; then JOGL_LIB_DIR=$JOGL_BUILD_DIR/nativewindow/obj:$JOGL_BUILD_DIR/jogl/obj:$JOGL_BUILD_DIR/newt/obj else # Autobuild - JOGL_LIB_DIR=$THISDIR/../lib + JOGL_LIB_DIR=$THISDIR/lib fi export JOGL_LIB_DIR -- cgit v1.2.3