]> git.pld-linux.org Git - packages/crafty.git/blame - crafty-paths.patch
- adapterized (killed trailing spaces/tabs)
[packages/crafty.git] / crafty-paths.patch
CommitLineData
602c0440 1diff -urN crafty.orig/chess.h crafty-18.9/chess.h
2--- crafty.orig/chess.h 2001-07-26 16:58:01.000000000 +0200
3+++ crafty-18.9/chess.h 2003-11-20 17:22:36.000000000 +0100
4@@ -190,13 +190,13 @@
5 # endif
6 #else
7 # if !defined(BOOKDIR)
8-# define BOOKDIR "."
9+# define BOOKDIR "/usr/lib/games/crafty"
10 # endif
11 # if !defined(LOGDIR)
12 # define LOGDIR "."
13 # endif
14 # if !defined(TBDIR)
15-# define TBDIR "./TB"
16+# define TBDIR "/usr/games/lib/crafty/TB"
17 # endif
18 # if !defined(RCDIR)
19 # define RCDIR "."
This page took 0.057633 seconds and 4 git commands to generate.