From 13942637e3a664fa54e46e5a0008b3d6e3fddf1f Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 15 Feb 2014 07:28:20 +0100 Subject: Fix build scripts --- make/scripts/make.jocl.all.solaris-x86_64.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 make/scripts/make.jocl.all.solaris-x86_64.sh (limited to 'make/scripts/make.jocl.all.solaris-x86_64.sh') diff --git a/make/scripts/make.jocl.all.solaris-x86_64.sh b/make/scripts/make.jocl.all.solaris-x86_64.sh old mode 100644 new mode 100755 index 2a207ab5..abca7e2a --- a/make/scripts/make.jocl.all.solaris-x86_64.sh +++ b/make/scripts/make.jocl.all.solaris-x86_64.sh @@ -2,8 +2,8 @@ SDIR=`dirname $0` -if [ -e $SDIR/../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh ] ; then - . $SDIR/../../gluegen/make/scripts/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 export SOURCE_LEVEL=1.6 -- cgit v1.2.3