updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / phalanx / phalanx.h.patch
blob070ef935443682d1d19baaee5827fa6982d61425
1 --- phalanx.h 2005-10-03 00:41:14.000000000 +0200
2 +++ phalanx.h.new 2007-09-05 15:42:31.000000000 +0200
3 @@ -184,7 +184,7 @@
4 #define PBOOK_FILE "pbook.phalanx"
5 #endif
6 #ifndef PBOOK_DIR
7 -#define PBOOK_DIR "/usr/local/lib/phalanx"
8 +#define PBOOK_DIR "/usr/share/phalanx"
9 #endif
11 /* secondary (binary, large, generated from pgn) book */
12 @@ -192,21 +192,21 @@
13 #define SBOOK_FILE "sbook.phalanx"
14 #endif
15 #ifndef SBOOK_DIR
16 -#define SBOOK_DIR "/usr/local/lib/phalanx"
17 +#define SBOOK_DIR "/usr/share/phalanx"
18 #endif
20 #ifndef ECO_FILE
21 #define ECO_FILE "eco.phalanx"
22 #endif
23 #ifndef ECO_DIR
24 -#define ECO_DIR "/usr/local/lib/phalanx"
25 +#define ECO_DIR "/usr/share/phalanx"
26 #endif
28 #ifndef LEARN_FILE
29 #define LEARN_FILE "learn.phalanx"
30 #endif
31 #ifndef LEARN_DIR
32 -#define LEARN_DIR "/var/local/lib/phalanx"
33 +#define LEARN_DIR "/usr/share/phalanx"
34 #endif
36 #define ENV_PBOOK "PHALANXPBOOKDIR"