From 04a46e2c416a4269a756b1f8ce9e9bea61c7203d Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 15 Feb 2014 04:13:58 +0100 Subject: Fix build scripts .. --- make/scripts/make.joal.all.linux-x86_64.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/scripts/make.joal.all.linux-x86_64.sh') diff --git a/make/scripts/make.joal.all.linux-x86_64.sh b/make/scripts/make.joal.all.linux-x86_64.sh index cf113e2..6ce47d5 100755 --- a/make/scripts/make.joal.all.linux-x86_64.sh +++ b/make/scripts/make.joal.all.linux-x86_64.sh @@ -2,8 +2,8 @@ SDIR=`dirname $0` -if [ -e $SDIR/setenv-build-jogl-x86_64.sh ] ; then - . $SDIR/setenv-build-jogl-x86_64.sh +if [ -e $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh ] ; then + . $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh fi if [ -z "$ANT_PATH" ] ; then -- cgit v1.2.3