[GRASS-SVN] r45804 - grass/branches/develbranch_6
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 28 10:31:29 EDT 2011
Author: martinl
Date: 2011-03-28 07:31:29 -0700 (Mon, 28 Mar 2011)
New Revision: 45804
Modified:
grass/branches/develbranch_6/Makefile
Log:
substitute ARCH_DISTDIR and ARCH_BINDIR when installing GRASS (used by g.extension)
Modified: grass/branches/develbranch_6/Makefile
===================================================================
--- grass/branches/develbranch_6/Makefile 2011-03-28 14:25:33 UTC (rev 45803)
+++ grass/branches/develbranch_6/Makefile 2011-03-28 14:31:29 UTC (rev 45804)
@@ -294,6 +294,7 @@
@##### -cd ${GISBASE} ; tar cBf - man | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null
-cd ${GISBASE} ; tar cBf - include | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null
-sed -e "s#^\(GRASS_HOME.[^=]*\).*#\1= ${INST_DIR}#" -e "s#^\(RUN_GISBASE.[^=]*\).*#\1= ${INST_DIR}#" ${GISBASE}/include/Make/Platform.make > ${INST_DIR}/include/Make/Platform.make
+ -sed -e "s#^\(ARCH_DISTDIR.[^=]*\).*#\1= ${INST_DIR}#" -e "s#^\(ARCH_BINDIR.[^=]*\).*#\1= ${UNIX_BIN}#" ${GISBASE}/include/Make/Grass.make > ${INST_DIR}/include/Make/Grass.make
-sed -e 's#/tools/g.html2man/g.html2man#/tools/g.html2man#' ${GISBASE}/include/Make/Man.make > ${INST_DIR}/include/Make/Man.make
-cd ${GISBASE} ; tar cBf - lib | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null
-sed 's#'${GISBASE}'#'${INST_DIR}'#g' ${GISBASE}/etc/monitorcap > ${INST_DIR}/etc/monitorcap
More information about the grass-commit
mailing list