openbsd-ports/x11/windowmaker/patches/patch-WINGs_wapplication_c
2001-10-24 13:54:38 +00:00

13 lines
446 B
Plaintext

$OpenBSD: patch-WINGs_wapplication_c,v 1.2 2001/10/24 13:54:38 wilfried Exp $
--- WINGs/wapplication.c.orig Wed Oct 24 10:28:41 2001
+++ WINGs/wapplication.c Wed Oct 24 10:34:47 2001
@@ -175,7 +175,7 @@ WMPathForResourceOfType(char *resource,
}
}
- path = checkFile("/usr/local/GNUstep", appdir, ext, resource);
+ path = checkFile("%%PREFIX%%/GNUstep", appdir, ext, resource);
if (path) {
wfree(appdir);
return path;