summaryrefslogtreecommitdiff
path: root/irc/eggdrop/files/patch-ak
blob: 1d8b734b3aec7f9f3228b80b8e34ada76d0766c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/eggdrop.h.orig	Fri Mar 29 22:40:24 2002
+++ src/eggdrop.h	Sun Aug 18 22:51:25 2002
@@ -68,7 +68,7 @@
 
 /* Language stuff */
 
-#define LANGDIR	"./language"	/* language file directory		*/
+#define LANGDIR	__PREFIX__ "/share/eggdrop/language"	/* language file directory		*/
 #define BASELANG "english"	/* language which always gets loaded
 				   before all other languages. You do
 				   not want to change this.		*/