[GRASS-SVN] r42660 - grass/trunk/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jun 26 13:32:06 EDT 2010


Author: martinl
Date: 2010-06-26 17:32:06 +0000 (Sat, 26 Jun 2010)
New Revision: 42660

Modified:
   grass/trunk/mswindows/GRASS-Installer.nsi
Log:
msys\home not needed

Modified: grass/trunk/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi	2010-06-26 01:33:47 UTC (rev 42659)
+++ grass/trunk/mswindows/GRASS-Installer.nsi	2010-06-26 17:32:06 UTC (rev 42660)
@@ -773,11 +773,7 @@
 			${StrReplace} "$USERNAME" "$PROFILE_DRIVE\Documents and Settings\" "" "$PROFILE"
 		${EndIf}
 	${EndIf}
-	
-	;Create the $INSTALL_DIR\msys\home and the $INSTALL_DIR\msys\home\$USERNAME directories
-	CreateDirectory $INSTALL_DIR\msys\home
-	CreateDirectory $INSTALL_DIR\msys\home\$USERNAME
-  
+		
 	;create the $INSTALL_DIR\bin grass_command
 	ClearErrors
 	FileOpen $0 $INSTALL_DIR\${GRASS_COMMAND}.sh w



More information about the grass-commit mailing list