summaryrefslogtreecommitdiff
path: root/x11-wm/windowmaker/files/patch-WINGs__wapplication.c
blob: 4c01a8b965ec2059e1b2f5241ab2421f36a44ee6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- WINGs/wapplication.c.orig	2013-05-03 02:55:29.000000000 +0900
+++ WINGs/wapplication.c	2013-05-03 02:56:04.000000000 +0900
@@ -159,7 +159,7 @@
 	if (path)
 		goto out;
 
-	path = checkFile("/usr/local/GNUstep", appdir, ext, resource);
+	path = checkFile(PREFIX "/GNUstep", appdir, ext, resource);
 	if (path)
 		goto out;