]> git.pld-linux.org Git - packages/WindowMaker.git/blame - WindowMaker-runinst.patch
- updated for 0.65.0.
[packages/WindowMaker.git] / WindowMaker-runinst.patch
CommitLineData
5729636b
AF
1--- WindowMaker-0.52.0/src/main.c.runinst Tue Mar 16 06:26:29 1999
2+++ WindowMaker-0.52.0/src/main.c Mon Apr 19 15:29:24 1999
3@@ -277,11 +277,8 @@
4 char *path;
5
6 path = wdefaultspathfordomain("");
7- if (access(path, R_OK)!=0) {
8- wfatal(_("could not find user GNUstep directory (%s).\n"
9- "Make sure you have installed Window Maker correctly and run wmaker.inst"),
10- path);
11- exit(1);
12+ if (access(path, R_OK)!=0) {
13+ system("wmaker.inst --batch");
14 }
15
16 free(path);
This page took 0.022139 seconds and 4 git commands to generate.