]> git.pld-linux.org Git - packages/gnuchess.git/blob - gnuchess-fhs.patch
- do not patch configure but configure.in,
[packages/gnuchess.git] / gnuchess-fhs.patch
1 diff -ur gnuchess-4.0.pl79.orig/src/Makefile.in gnuchess-4.0.pl79/src/Makefile.in
2 --- gnuchess-4.0.pl79.orig/src/Makefile.in      Mon Sep 28 08:41:13 1998
3 +++ gnuchess-4.0.pl79/src/Makefile.in   Tue Jul 20 19:17:29 1999
4 @@ -127,9 +127,9 @@
5  
6  prefix = @prefix@
7  exec_prefix = @exec_prefix@
8 -LIBDIR = $(prefix)/lib
9 +LIBDIR = $(prefix)/share/games/gnuchess
10  BINDIR = $(exec_prefix)/bin
11 -MANDIR = $(prefix)/man/man6
12 +MANDIR = $(prefix)/share/man/man6
13  MANEXT = .6
14  
15  DISTSOURCE = Makefile.ddj Makefile.dos Makefile.in Makefile.nt README ataks.c ataks.h \
This page took 0.04069 seconds and 3 git commands to generate.