Explorar o código

msys\home not needed

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@42660 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=15) %!d(string=hai) anos
pai
achega
c31cdfcdec
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  1. 1 5
      mswindows/GRASS-Installer.nsi

+ 1 - 5
mswindows/GRASS-Installer.nsi

@@ -773,11 +773,7 @@ Section "GRASS" SecGRASS
 			${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