blob: fd30aba9a92b5655282ba0750acb83bc89be1df7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- src/eggdrop.h.orig Mon Jun 2 11:39:45 2003
+++ src/eggdrop.h Mon Jun 2 11:40:17 2003
@@ -77,7 +77,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. */
|