diff options
Diffstat (limited to 'net/psi/files/template.patch-common.cpp')
-rw-r--r-- | net/psi/files/template.patch-common.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/psi/files/template.patch-common.cpp b/net/psi/files/template.patch-common.cpp index 0df99d5..cf3ef75 100644 --- a/net/psi/files/template.patch-common.cpp +++ b/net/psi/files/template.patch-common.cpp @@ -7,7 +7,7 @@ $FreeBSD$ QString getResourcesDir() { - return "/usr/local/psi"; -+ return "%%PREFIX%%/share/psi"; ++ return "%%DATADIR%%"; } QString getHomeDir() |