[GRASS-SVN] r43811 - grass/branches/develbranch_6

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 6 19:14:36 EDT 2010


Author: hamish
Date: 2010-10-06 23:14:36 +0000 (Wed, 06 Oct 2010)
New Revision: 43811

Modified:
   grass/branches/develbranch_6/Makefile
Log:
don't try to match EOL, it's falling victim to makefile expansion (#1191)

Modified: grass/branches/develbranch_6/Makefile
===================================================================
--- grass/branches/develbranch_6/Makefile	2010-10-06 16:12:47 UTC (rev 43810)
+++ grass/branches/develbranch_6/Makefile	2010-10-06 23:14:36 UTC (rev 43811)
@@ -293,7 +293,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 -i -e "s#^\(GRASS_HOME.[^=]*\).*#\1= ${INST_DIR}#" -e "s#^\(RUN_GISBASE.[^=]*\).*#\1= ${INST_DIR}#" ${INST_DIR}/include/Make/Platform.make
-	-sed -i -e 's#/tools/g.html2man/g.html2man$#/tools/g.html2man#'  ${INST_DIR}/include/Make/Man.make
+	-sed -i -e 's#/tools/g.html2man/g.html2man#/tools/g.html2man#' ${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
 	-sed 's#'${GISBASE}'#'${INST_DIR}'#g' ${GISBASE}/etc/fontcap > ${INST_DIR}/etc/fontcap



More information about the grass-commit mailing list