aboutsummaryrefslogtreecommitdiff
path: root/games/einstein/patches/02_prefix.diff
diff options
context:
space:
mode:
Diffstat (limited to 'games/einstein/patches/02_prefix.diff')
-rw-r--r--games/einstein/patches/02_prefix.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/einstein/patches/02_prefix.diff b/games/einstein/patches/02_prefix.diff
new file mode 100644
index 000000000000..3ba7833bb247
--- /dev/null
+++ b/games/einstein/patches/02_prefix.diff
@@ -0,0 +1,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