pkgsrc/chat/eggdrop/patches/patch-ak
2002-09-25 18:32:10 +00:00

13 lines
481 B
Text

$NetBSD: patch-ak,v 1.1 2002/09/25 18:32:10 wiz Exp $
--- src/eggdrop.h.orig Fri Mar 29 22:40:24 2002
+++ src/eggdrop.h Sun Aug 18 22:51:25 2002
@@ -68,7 +68,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. */