freebsd-ports/irc/eggdrop/files/patch-ak
2003-06-11 05:44:25 +00:00

11 lines
546 B
Text

--- src/eggdrop.h.orig Mon Jun 2 11:39:45 2003
+++ src/eggdrop.h Mon Jun 2 11:40:17 2003
@@ -85,7 +85,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. */