13 lines
470 B
Plaintext
13 lines
470 B
Plaintext
$OpenBSD: patch-WINGs_wapplication_c,v 1.4 2010/05/20 10:58:08 espie Exp $
|
|
--- WINGs/wapplication.c.orig Sun Oct 24 05:13:29 2004
|
|
+++ WINGs/wapplication.c Thu May 20 12:50:56 2010
|
|
@@ -175,7 +175,7 @@ WMPathForResourceOfType(char *resource, char *ext)
|
|
}
|
|
}
|
|
|
|
- path = checkFile("/usr/local/GNUstep", appdir, ext, resource);
|
|
+ path = checkFile("%%PREFIX%%/GNUstep", appdir, ext, resource);
|
|
if (path) {
|
|
wfree(appdir);
|
|
return path;
|