Prechádzať zdrojové kódy

sync Mac install target to fix demolocation

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56621 15284696-431f-4ddb-bdfa-cd5b030d7da7
William Kyngesburye 12 rokov pred
rodič
commit
c8261dfb10
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  1. 4 0
      macosx/Makefile

+ 4 - 0
macosx/Makefile

@@ -98,6 +98,10 @@ install-macosxapp:
 
 install-basic-macosx:
 	-tar cBCf $(GISBASE) - . | tar xBCf $(INST_DIR_TARGET) - 2>/dev/null
+	-sed -e 's#'$(GISBASE)'#'$(INST_DIR)'#g' \
+		${GISBASE}/etc/fontcap > ${INST_DIR_TARGET}/etc/fontcap
+	-sed -e 's#'$(GISBASE)'#'$(INST_DIR)'#g' \
+		${GISBASE}/demolocation/.grassrc$(GRASS_VERSION_MAJOR)$(GRASS_VERSION_MINOR) > ${INST_DIR_TARGET}/demolocation/.grassrc$(GRASS_VERSION_MAJOR)$(GRASS_VERSION_MINOR)
 	sed -e 's#^\(GRASS_HOME.[^=]*\).*#\1= $(INST_DIR)#g' \
 		-e 's#$(GISBASE)#$(INST_DIR)#g' \
 		${GISBASE}/include/Make/Platform.make > ${INST_DIR_TARGET}/include/Make/Platform.make