]> git.pld-linux.org Git - packages/BitchX.git/blob - BitchX-pld.patch
- fixed %%doc for europa
[packages/BitchX.git] / BitchX-pld.patch
1 diff -ru BitchX/Makefile.in BitchX.AX/Makefile.in
2 --- BitchX/Makefile.in  Fri Nov 19 19:15:08 1999
3 +++ BitchX.AX/Makefile.in       Thu Jan 20 20:14:47 2000
4 @@ -42,7 +42,7 @@
5  # Where the BitchX library will be.  Generally this is the place that
6  # you put the scripts, help pages and translation tables.  It is
7  # very important that you set this correctly.
8 -IRCLIB = @IRCLIB@
9 +IRCLIB = ${prefix}/share/BitchX
10  
11  CC = @CC@
12  DEFS = -I../include
13 @@ -97,10 +97,10 @@
14  
15  # This program allows you to use screen/xterm's to put new BitchX windows
16  # on new screen/xterm windows.
17 -INSTALL_WSERV = @INSTALL_WSERV@
18 +INSTALL_WSERV = $(IRCLIB)/wserv
19  
20  # This program allows you to screen BitchX and reattach to it later.
21 -INSTALL_SCRBX = @INSTALL_SCRBX@
22 +INSTALL_SCRBX = $(IRCLIB)/scr-bx
23  
24  ## You shouldn't have to change anything below here
25  
26 diff -ru BitchX/source/translat.c BitchX.AX/source/translat.c
27 --- BitchX/source/translat.c    Sun Oct 31 12:41:56 1999
28 +++ BitchX.AX/source/translat.c Thu Jan 20 20:16:26 2000
29 @@ -36,7 +36,7 @@
30  /* we have this here as a safety feature if for some reason TRANSLATION_PATH
31   * is not defined.
32   */
33 -#define TRANSLATION_PATH "/usr/local/lib/bx/translation"
34 +#define TRANSLATION_PATH "/usr/share/BitchX/translation"
35  #endif
36  
37  
This page took 0.036462 seconds and 3 git commands to generate.