src/eggdrop.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- eggdrop-1.6.19.orig/src/eggdrop.h
+++ eggdrop-1.6.19/src/eggdrop.h
@@ -75,7 +75,7 @@
/* Language stuff */
-#define LANGDIR "./language" /* language file directory */
+#define LANGDIR "/usr/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. */