diff options
author | Sven Gothel <[email protected]> | 2011-12-18 23:37:00 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-12-18 23:37:00 +0100 |
commit | 2258d6eb97b7a1662ef236dea67d89899ff028ee (patch) | |
tree | e2224981605d8165593270c5443454cbe54884d4 /scripts | |
parent | 8752f9a0bdded5bc26da7392b8da9848387dacee (diff) |
Fix scripts ; Remove personalization of vendor -> Jogamp Community
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make.jocl.all.linux-x86.sh | 4 | ||||
-rw-r--r-- | scripts/make.jocl.all.solaris-x86.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/scripts/make.jocl.all.linux-x86.sh b/scripts/make.jocl.all.linux-x86.sh index 1f497cf0..a5af57a6 100644 --- a/scripts/make.jocl.all.linux-x86.sh +++ b/scripts/make.jocl.all.linux-x86.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.sh ] ; then + . $SDIR/../../gluegen/make/scripts/setenv-build-jogl-x86.sh fi ant \ diff --git a/scripts/make.jocl.all.solaris-x86.sh b/scripts/make.jocl.all.solaris-x86.sh index ed815144..ccfa2453 100644 --- a/scripts/make.jocl.all.solaris-x86.sh +++ b/scripts/make.jocl.all.solaris-x86.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.sh ] ; then + . $SDIR/../../gluegen/make/scripts/setenv-build-jogl-x86.sh fi ant \ |