]> git.pld-linux.org Git - packages/BitchX.git/blame - BitchX-pld.patch
- spell fixes by Tomasz Wittner <wittt_ at poczta.onet.pl>
[packages/BitchX.git] / BitchX-pld.patch
CommitLineData
5cfa5009 1diff -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
00e9cb6c
JR
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
5cfa5009 11 CC = @CC@
12 DEFS = -I../include
13@@ -97,10 +97,10 @@
00e9cb6c 14
5cfa5009 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@
00e9cb6c 18+INSTALL_WSERV = $(IRCLIB)/wserv
5cfa5009 19
20 # This program allows you to screen BitchX and reattach to it later.
21-INSTALL_SCRBX = @INSTALL_SCRBX@
00e9cb6c
JR
22+INSTALL_SCRBX = $(IRCLIB)/scr-bx
23
24 ## You shouldn't have to change anything below here
25
5cfa5009 26diff -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.
00e9cb6c 32 */
00e9cb6c 33-#define TRANSLATION_PATH "/usr/local/lib/bx/translation"
00e9cb6c
JR
34+#define TRANSLATION_PATH "/usr/share/BitchX/translation"
35 #endif
36
37
This page took 0.032817 seconds and 4 git commands to generate.