diff options
Diffstat (limited to 'make/scripts/make.jogl.cdcfp.macosx.sh')
-rwxr-xr-x | make/scripts/make.jogl.cdcfp.macosx.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/make.jogl.cdcfp.macosx.sh b/make/scripts/make.jogl.cdcfp.macosx.sh index d36f0bb7e..88ec8750d 100755 --- a/make/scripts/make.jogl.cdcfp.macosx.sh +++ b/make/scripts/make.jogl.cdcfp.macosx.sh @@ -1,7 +1,7 @@ #! /bin/sh -if [ -e /devtools/etc/profile.ant ] ; then - . /devtools/etc/profile.ant +if [ -e /opt-share/etc/profile.ant ] ; then + . /opt-share/etc/profile.ant fi |