aboutsummaryrefslogtreecommitdiffstats
path: root/games/gnuchess/files/patch-book.h
blob: 1c2d6666c16e7abfd858e27cb8278a0d55903ee3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/book.h.orig Fri Nov 26 19:20:29 2004
+++ src/book.h  Fri Nov 26 19:21:15 2004
@@ -31,8 +31,7 @@
  */
 static char const * bookbin[] = {
    "book.dat",
-   "/usr/share/games/gnuchess/book.dat",
-   "/usr/lib/games/gnuchess/book.dat",
+   "/usr/local/share/gnuchess/book.dat",
    NULL
 };