/[packages]/cauldron/wine/current/SOURCES/wine-mgaconf.patch
ViewVC logotype

Contents of /cauldron/wine/current/SOURCES/wine-mgaconf.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1633085 - (show annotations) (download)
Sat Oct 10 09:55:57 2020 UTC (3 years, 1 month ago) by tv
File size: 714 byte(s)
5.19
1 Index: wine-4.0-rc1/dlls/ntdll/unix/server.c
2 ===================================================================
3 --- wine-4.0-rc1/dlls/ntdll/unix/server.c
4 +++ wine-4.0-rc1/dlls/ntdll/unix/server.c 2018-12-10 09:39:15.794240206 +0100
5 @@ -1183,6 +1183,11 @@ static int setup_config_dir(void)
6 mkdir( "drive_c", 0777 );
7 symlink( "../drive_c", "dosdevices/c:" );
8 symlink( "/", "dosdevices/z:" );
9 +
10 + /* Mageia specific */
11 + symlink( "/media/floppy", "dosdevices/a:" );
12 + symlink( getenv( "HOME" ), "dosdevices/d:" );
13 + symlink( "/dev/ttyUSB0", "dosdevices/com4" );
14 }
15 else if (errno != EEXIST) fatal_perror( "cannot create %s/dosdevices", config_dir );
16

  ViewVC Help
Powered by ViewVC 1.1.28