Parcourir la source

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 il y a 15 ans
Parent
commit
8e73d0eaeb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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