diff --git a/auto/Makefile b/auto/Makefile index b5d6141..071b638 100644 --- a/auto/Makefile +++ b/auto/Makefile @@ -11,7 +11,8 @@ include ../config/version SHELL = bash REGISTRY = registry -REGISTRY_URL = http://oss.sgi.com/projects/ogl-sample/registry/ +REGISTRY_URL = http://www.opengl.org/registry/ +#http://oss.sgi.com/projects/ogl-sample/registry/ BIN = bin SRC = src CORE = core diff --git a/auto/bin/update_registry.sh b/auto/bin/update_registry.sh index eceb6ce..9b58e4d 100755 --- a/auto/bin/update_registry.sh +++ b/auto/bin/update_registry.sh @@ -18,7 +18,7 @@ wget \ --mirror \ --no-parent \ --no-host-directories \ - --cut-dirs=3 \ + --cut-dirs=2 \ --accept=txt,html \ $2