]> git.pld-linux.org Git - packages/WindowMaker.git/commitdiff
- obsoleted
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 18 Oct 2001 15:16:44 +0000 (15:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    WindowMaker-runinst.patch -> 1.2

WindowMaker-runinst.patch [deleted file]

diff --git a/WindowMaker-runinst.patch b/WindowMaker-runinst.patch
deleted file mode 100644 (file)
index bb07ffe..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
---- WindowMaker-0.52.0/src/main.c.runinst      Tue Mar 16 06:26:29 1999
-+++ WindowMaker-0.52.0/src/main.c      Mon Apr 19 15:29:24 1999
-@@ -277,11 +277,8 @@
-     char *path;
-     path = wdefaultspathfordomain("");
--    if (access(path, R_OK)!=0) {
--      wfatal(_("could not find user GNUstep directory (%s).\n"
--               "Make sure you have installed Window Maker correctly and run wmaker.inst"),
--             path);
--      exit(1);
-+    if (access(path, R_OK)!=0) {      
-+      system("wmaker.inst --batch");
-     }
-     
-     free(path);
This page took 0.095834 seconds and 4 git commands to generate.