From 4a75b64107e157ff1db3991cf89bf8d856ddc0e6 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 30 Aug 2011 19:28:21 +0200 Subject: Add [my] setenv-build-jogl scripts to make/scripts allowing them to be used [manually] --- make/scripts/make.gluegen.all.linux-x86.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'make/scripts/make.gluegen.all.linux-x86.sh') diff --git a/make/scripts/make.gluegen.all.linux-x86.sh b/make/scripts/make.gluegen.all.linux-x86.sh index 196cede..58685d7 100755 --- a/make/scripts/make.gluegen.all.linux-x86.sh +++ b/make/scripts/make.gluegen.all.linux-x86.sh @@ -1,9 +1,10 @@ #! /bin/sh -if [ -e ../../setenv-build-jogl-x86.sh ] ; then - . ../../setenv-build-jogl-x86.sh -fi +SDIR=`dirname $0` +if [ -e $SDIR/setenv-build-jogl-x86.sh ] ; then + . $SDIR/setenv-build-jogl-x86.sh +fi # -Dc.compiler.debug=true # -Dgluegen.cpptasks.detected.os=true \ -- cgit v1.2.3