blob: 6770c6427f5a82bc2b629eaa3b67b0a9cc3fe3b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- WINGs/wapplication.c.orig 2015-08-11 18:41:14 UTC
+++ WINGs/wapplication.c
@@ -187,7 +187,7 @@ char *WMPathForResourceOfType(const char
if (path)
goto out;
- path = checkFile("/usr/local/GNUstep", appdir, ext, resource);
+ path = checkFile(PREFIX "/GNUstep", appdir, ext, resource);
if (path)
goto out;
|