summaryrefslogtreecommitdiffstats
path: root/make/scripts/lsGLtoGL3_commons.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make/scripts/lsGLtoGL3_commons.sh')
-rwxr-xr-xmake/scripts/lsGLtoGL3_commons.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/lsGLtoGL3_commons.sh b/make/scripts/lsGLtoGL3_commons.sh
index 44cc34ccd..a2126ce79 100755
--- a/make/scripts/lsGLtoGL3_commons.sh
+++ b/make/scripts/lsGLtoGL3_commons.sh
@@ -7,7 +7,7 @@ if [ -z "$BUILDDIR" ] ; then
exit 1
fi
-idir=$BUILDDIR/jogl/gensrc/classes/javax/media/opengl
+idir=$BUILDDIR/jogl/gensrc/classes/com/jogamp/opengl
echo GL to GL2ES2 to GL3 enums
sort $idir/GL.java $idir/GL3.java $idir/GL2ES2.java | uniq -d | grep GL_ | awk ' { print $5 } '