238da63
Patch by Robert Scheck <robert@fedoraproject.org> for eggdrop >= 1.6.17,
238da63
which replaces the hardcoded language directory path to avoid the use of
238da63
EGG_LANGDIR environment variable per default (#194481 #c6-c9).
238da63
238da63
--- eggdrop1.6.17/src/eggdrop.h		2004-07-25 13:17:34.000000000 +0200
238da63
+++ eggdrop1.6.17/src/eggdrop.h.langdir	2006-06-18 01:19:23.000000000 +0200
238da63
@@ -75,7 +75,7 @@
238da63
 
238da63
 
238da63
 /* Language stuff */
238da63
-#define LANGDIR  "./language" /* language file directory                   */
238da63
+#define LANGDIR  "/usr/share/eggdrop/language"  /* language file directory */
238da63
 #define BASELANG "english"    /* language which always gets loaded before
238da63
                                  all other languages. You do not want to
238da63
                                  change this.                              */