Explorar o código

Use correct GISBASE setting when running build_*.py scripts

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@42260 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements %!s(int64=15) %!d(string=hai) anos
pai
achega
8e73d0eaeb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      man/Makefile

+ 1 - 1
man/Makefile

@@ -43,7 +43,7 @@ manpages:
 .PHONY: manpages
 
 define build
-GISBASE="$(GISBASE)" ARCH="$(ARCH)" ARCH_DISTDIR="$(ARCH_DISTDIR)" \
+GISBASE="$(RUN_GISBASE)" ARCH="$(ARCH)" ARCH_DISTDIR="$(ARCH_DISTDIR)" \
 	$(PYTHON) ./build_$(1).py $(2)
 endef