Changeset 38924
- Timestamp:
- Aug 30, 2009, 2:33:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
r37903 r38924 28 28 !define RELEASE_GRASS_BASE "GRASS" 29 29 30 !define DEV6_VERSION_NUMBER "6 -SVN"30 !define DEV6_VERSION_NUMBER "6.5.SVN" 31 31 !define DEV6_SVN_REVISION "36599" 32 32 !define DEV6_BINARY_REVISION "1" … … 34 34 !define DEV6_GRASS_BASE "GRASS-6-SVN" 35 35 36 !define DEV7_VERSION_NUMBER "7 -SVN"36 !define DEV7_VERSION_NUMBER "7.0.SVN" 37 37 !define DEV7_SVN_REVISION "" 38 38 !define DEV7_BINARY_REVISION "1" … … 682 682 ;Create the $INSTALL_DIR\msys\grass link directory 683 683 CreateDirectory $INSTALL_DIR\msys\grass 684 685 ;Get the short form of the install path (to allow for paths with spaces) 686 VAR /GLOBAL INST_DIR_SHORT 687 GetFullPathName /SHORT $INST_DIR_SHORT $INSTALL_DIR 684 688 685 689 ;create the $INSTALL_DIR\msys\etc\fstab with the main grass dir mount info … … 687 691 FileOpen $0 $INSTALL_DIR\msys\etc\fstab w 688 692 IfErrors done_create_fstab 689 FileWrite $0 '$INST ALL_DIR/grass$\r$\n'693 FileWrite $0 '$INST_DIR_SHORT /grass$\r$\n' 690 694 FileClose $0 691 695 done_create_fstab:
Note:
See TracChangeset
for help on using the changeset viewer.
