Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / chat / eggdrop / patches / patch-ak
blob669db444c44cdfc2f2e1ea22efc39a14fae7f5c9
1 $NetBSD$
3 --- src/eggdrop.h.orig  2004-07-25 11:17:34.000000000 +0000
4 +++ src/eggdrop.h
5 @@ -75,7 +75,7 @@
6  
7  
8  /* Language stuff */
9 -#define LANGDIR  "./language" /* language file directory                   */
10 +#define LANGDIR  __PREFIX__ "/share/eggdrop/language" /* language file directory                   */
11  #define BASELANG "english"    /* language which always gets loaded before
12                                   all other languages. You do not want to
13                                   change this.                              */