blob: 3ba7833bb24780859eb0bf7ccf303c67b2283f74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ../orig/einstein-2.0.dfsg.2/main.cpp 2007-08-31 08:42:16.000000000 +0200
+++ main.cpp 2007-08-31 10:39:20.000000000 +0200
@@ -70,7 +70,7 @@
#ifdef __APPLE__
dirs.push_back(getResourcesPath(selfPath));
#else
- dirs.push_back(PREFIX L"/share/einstein/res");
+ dirs.push_back("/usr" L"/share/einstein/res");
dirs.push_back(fromMbcs(getenv("HOME")) + L"/.einstein/res");
#endif
#endif
|