[GRASS-SVN] r46224 - grass/branches/develbranch_6/macosx

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 9 20:00:40 EDT 2011


Author: kyngchaos
Date: 2011-05-09 17:00:40 -0700 (Mon, 09 May 2011)
New Revision: 46224

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

Modified: grass/branches/develbranch_6/macosx/Makefile
===================================================================
--- grass/branches/develbranch_6/macosx/Makefile	2011-05-09 23:59:51 UTC (rev 46223)
+++ grass/branches/develbranch_6/macosx/Makefile	2011-05-10 00:00:40 UTC (rev 46224)
@@ -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