[GRASS-SVN] r46223 - grass/branches/releasebranch_6_4/macosx

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 9 19:59:51 EDT 2011


Author: kyngchaos
Date: 2011-05-09 16:59:51 -0700 (Mon, 09 May 2011)
New Revision: 46223

Modified:
   grass/branches/releasebranch_6_4/macosx/Makefile
Log:
sync install with main makefile

Modified: grass/branches/releasebranch_6_4/macosx/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/macosx/Makefile	2011-05-09 15:33:35 UTC (rev 46222)
+++ grass/branches/releasebranch_6_4/macosx/Makefile	2011-05-09 23:59:51 UTC (rev 46223)
@@ -95,6 +95,7 @@
 	-cd ${GISBASE} ; tar cBf - fonts | (cd ${INST_DIR_TARGET} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - man | (cd ${INST_DIR_TARGET} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - scripts | (cd ${INST_DIR_TARGET} ; tar xBf - ) 2>/dev/null
+	-cd ${GISBASE} ; tar cBf - tools | (cd ${INST_DIR_TARGET} ; tar xBf - ) 2>/dev/null
 	if [ ${LOCALE} -eq 1 ] ; then cd ${GISBASE} ; tar cBf - locale | (cd ${INST_DIR_TARGET} ; tar xBf - ) 2>/dev/null ; fi
 	-cd ${GISBASE} ; tar cBf - include | (cd ${INST_DIR_TARGET} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - lib | (cd ${INST_DIR_TARGET} ; tar xBf - ) 2>/dev/null



More information about the grass-commit mailing list