blob: 5f66434f1eb74b5581aea791fc22445d2192b4ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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. */
|