Browse 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 15 years ago
parent
commit
8e73d0eaeb
1 changed files with 1 additions and 1 deletions
  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