summaryrefslogtreecommitdiff
path: root/chat/psi/patches/patch-ac
blob: 668585e55f4a54d3e6a06f8631cffe1665dab022 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/common.cpp.orig	Wed Jun 12 13:03:22 2002
+++ src/common.cpp	Tue Jun 11 23:24:46 2002
@@ -1130,7 +1130,7 @@
 #ifdef Q_WS_X11
 QString getResourcesDir()
 {
-	return "/usr/local/psi";
+	return @PREFIX@"/psi";
 }
 
 QString getHomeDir()