[GRASS-SVN] r30572 - grass/trunk

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Mar 15 16:30:48 EDT 2008


Author: martinl
Date: 2008-03-15 16:30:47 -0400 (Sat, 15 Mar 2008)
New Revision: 30572

Modified:
   grass/trunk/Makefile
Log:
Install also  (AUTHORS COPYING README REQUIREMENTS.html GPL.TXT)

Modified: grass/trunk/Makefile
===================================================================
--- grass/trunk/Makefile	2008-03-15 17:38:42 UTC (rev 30571)
+++ grass/trunk/Makefile	2008-03-15 20:30:47 UTC (rev 30572)
@@ -256,6 +256,7 @@
 	-sed -e "s#WINGISBASE=.*#WINGISBASE=${INST_DIR}#" ${ARCH_BINDIR}/grass${GRASS_VERSION_MAJOR}${GRASS_VERSION_MINOR}.bat > ${BINDIR}/grass${GRASS_VERSION_MAJOR}${GRASS_VERSION_MINOR}.bat
 	-chmod a+x ${BINDIR}/grass${GRASS_VERSION_MAJOR}${GRASS_VERSION_MINOR}.bat
 endif
+	-cd ${GISBASE} ; tar cBf - $(FILES) | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - bin | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - bwidget | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - docs | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null
@@ -277,7 +278,7 @@
 	-sed 's#'${GISBASE}'#'${INST_DIR}'#g' ${GISBASE}/etc/fontcap > ${INST_DIR}/etc/fontcap
 	@##### -chmod -R 1777 ${INST_DIR}/locks 2>/dev/null
 	-chmod -R a+rX ${INST_DIR} 2>/dev/null
-	#GEM installation
+	@#GEM installation
 	-tar cBf - gem/skeleton | (cd ${INST_DIR}/etc ; tar xBf - ) 2>/dev/null
 	-${INSTALL} gem/gem6 ${BINDIR} 2>/dev/null
 	@# enable OSX Help Viewer



More information about the grass-commit mailing list