mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 19:24:22 -04:00
14 lines
587 B
Plaintext
14 lines
587 B
Plaintext
$NetBSD: patch-ak,v 1.3 2004/12/03 12:15:54 adam Exp $
|
|
|
|
--- src/eggdrop.h.orig 2004-07-25 11:17:34.000000000 +0000
|
|
+++ src/eggdrop.h
|
|
@@ -75,7 +75,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. */
|