[GRASS-SVN] r49285 - grass/trunk/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Nov 17 09:39:34 EST 2011


Author: martinl
Date: 2011-11-17 06:39:34 -0800 (Thu, 17 Nov 2011)
New Revision: 49285

Modified:
   grass/trunk/include/Make/Install.make
Log:
winGRASS: install grass70.py to GISBASE\etc

Modified: grass/trunk/include/Make/Install.make
===================================================================
--- grass/trunk/include/Make/Install.make	2011-11-17 13:33:58 UTC (rev 49284)
+++ grass/trunk/include/Make/Install.make	2011-11-17 14:39:34 UTC (rev 49285)
@@ -83,7 +83,7 @@
 	fi
 
 ifneq ($(strip $(MINGW)),)
-STARTUP = $(UNIX_BIN)/$(GRASS_NAME).py
+STARTUP = $(INST_DIR)/etc/$(GRASS_NAME).py
 else
 STARTUP = $(UNIX_BIN)/$(GRASS_NAME)
 endif
@@ -94,9 +94,9 @@
 GRASSMAKE = include/Make/Grass.make
 
 real-install: | $(INST_DIR) $(UNIX_BIN)
-	$(MAKE) $(STARTUP)
 	-tar cBCf $(GISBASE) - . | tar xBCf $(INST_DIR) - 2>/dev/null
 	-rm $(INST_DIR)/$(GRASS_NAME).tmp
+	$(MAKE) $(STARTUP)
 
 	-rm $(INST_DIR)/$(FONTCAP)
 	$(MAKE) $(INST_DIR)/$(FONTCAP)



More information about the grass-commit mailing list