[GRASS-SVN] r41863 - grass/trunk/include/Make
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Apr 14 13:09:46 EDT 2010
Author: martinl
Date: 2010-04-14 13:09:46 -0400 (Wed, 14 Apr 2010)
New Revision: 41863
Modified:
grass/trunk/include/Make/Install.make
Log:
remove grass70.tmp from instdir
Modified: grass/trunk/include/Make/Install.make
===================================================================
--- grass/trunk/include/Make/Install.make 2010-04-14 16:36:24 UTC (rev 41862)
+++ grass/trunk/include/Make/Install.make 2010-04-14 17:09:46 UTC (rev 41863)
@@ -95,6 +95,7 @@
-chmod a+x $(UNIX_BIN)/$(GRASS_NAME)
endif
-tar cBCf $(GISBASE) - . | tar xBCf $(INST_DIR) - 2>/dev/null
+ -rm $(INST_DIR)/$(GRASS_NAME).tmp
-sed 's#'$(GISBASE)'#'$(INST_DIR)'#g' $(GISBASE)/etc/fontcap > $(INST_DIR)/etc/fontcap
-$(INSTALL) config.status $(INST_DIR)/config.status
-chmod -R a+rX $(INST_DIR) 2>/dev/null
More information about the grass-commit
mailing list