Changeset 25939


Ignore:
Timestamp:
2016-01-31T21:07:34+01:00 (8 years ago)
Author:
adrpo
Message:
  • fix fstab in msys
File:
1 edited

Legend:

Unmodified
Added
Removed
  • installers/windows/OpenModelicaSetup/OpenModelicaSetup.nsi

    r25938 r25939  
    135135  SetOutPath "$INSTDIR\msys"
    136136  File /r /x "*.svn" "$%OMDEV%\tools\msys\*"
     137  # create the file with InstallMode
     138  FileOpen $4 "$INSTDIR\msys\etc\fstab" w
     139  FileWrite $4 "$INSTDIR\MinGW   /mingw"
     140  FileClose $4
    137141  # Create share directory and copy files in it
    138142  SetOutPath "$INSTDIR\share"
Note: See TracChangeset for help on using the changeset viewer.