Package: xwelltris / 1.0.1-16

fix-path-globals.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Dariusz Dwornikowski <dariusz.dwornikowski@cs.put.poznan.pl>
Description: fixes search path to /usr/share/games
  Sets GLOBAL_SEARCH to /usr/share/games instead of /usr/share
Forwarded: not-needed
Last-Update: 2014-05-06
--- a/src/include/globals.h.in
+++ b/src/include/globals.h.in
@@ -80,7 +80,7 @@
 #define W_PI  3.14159265358979323846
 
 #define LOCAL_SEARCH     ".xwelltris"
-#define GLOBAL_SEARCH    "@prefix@/share/xwelltris"
+#define GLOBAL_SEARCH    "@prefix@/share/games/xwelltris"
 
 
 #endif