2013-09-26 17:14:40 +02:00

14 lines
349 B
Plaintext

$NetBSD: patch-ah,v 1.2 2004/12/03 12:15:54 adam Exp $
--- src/modules.c.orig 2004-07-25 11:17:34.000000000 +0000
+++ src/modules.c
@@ -106,7 +106,7 @@ int xtra_unpack();
static int module_rename(char *name, char *newname);
#ifndef STATIC
-char moddir[121] = "modules/";
+char moddir[121] = __PREFIX__ "/lib/eggdrop/";
#endif
#ifdef STATIC