95ce069034
PR: ports/101194 Submitted by: KATO Tsuguru <tkato432(at)yahoo.com> Approved by: krion (mentor)
9 lines
523 B
C
9 lines
523 B
C
--- 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. */
|