]> git.pld-linux.org Git - packages/crafty.git/blob - crafty-paths.patch
- remove binary sources to distfiles
[packages/crafty.git] / crafty-paths.patch
1 --- ./chess.h.org       2007-11-18 11:40:45.390602131 +0100
2 +++ ./chess.h   2007-11-18 11:42:18.652054921 +0100
3 @@ -131,7 +131,7 @@
4  #  define UNIX          /* system is unix-based                       */
5  #endif
6  #if !defined(BOOKDIR)
7 -#  define     BOOKDIR        "."
8 +#  define     BOOKDIR        "/usr/share/crafty"
9  #endif
10  #if !defined(PERSDIR)
11  #  define     PERSDIR        "."
12 @@ -140,7 +140,7 @@
13  #  define      LOGDIR        "."
14  #endif
15  #if !defined(TBDIR)
16 -#  define       TBDIR     "./TB"
17 +#  define       TBDIR     "/usr/share/crafty/TB"
18  #endif
19  #if !defined(RCDIR)
20  #  define       RCDIR        "."
21 @@ -1072,7 +1072,7 @@ extern void WinFreeInterleaved(void *, s
22  #  include "inlinex86.h"
23  #endif
24  #if defined(UNIX)
25 -#  define SPEAK "./speak "
26 +#  define SPEAK "/usr/bin/crafty-speak "
27  #else
28  #  define SPEAK ".\\Speak.exe "
29  #endif
This page took 0.029845 seconds and 3 git commands to generate.