diff options
author | Sven Gothel <[email protected]> | 2010-11-09 20:07:38 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-09 20:07:38 +0100 |
commit | f31eaef380b6a1e4d248b1bb78db5460b2f68f1b (patch) | |
tree | 18963f4206e98ff5aacc75ca4d6255a08ec2ee71 /etc | |
parent | 597d10f5a5f743a51cfe56f3c381fd80e941a394 (diff) |
Autobuild location changed
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/profile.jogl | 6 |
1 files changed, 3 insertions, 3 deletions
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 |