]> git.pld-linux.org Git - packages/dosemu.git/blob - dosemu-creat_mode.patch
- don't make SDL subpackage when building without x
[packages/dosemu.git] / dosemu-creat_mode.patch
1 --- dosemu-1.4.0/src/tools/periph/dexeconfig.c.orig     2008-10-10 16:01:05.802663404 +0200
2 +++ dosemu-1.4.0/src/tools/periph/dexeconfig.c  2008-10-10 16:15:55.241534296 +0200
3 @@ -238,7 +238,7 @@
4      exit(1);
5    }
6    close(fd);
7 -  fc = open(cfile, O_WRONLY | O_CREAT | O_TRUNC);
8 +  fc = open(cfile, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);
9    if (fc < 0) {
10      perror("cannot open config file");
11      exit(1);
This page took 0.021319 seconds and 3 git commands to generate.