summaryrefslogtreecommitdiff
path: root/chat/eggdrop/patches/patch-ah
blob: 288a7991a43b4f490f91d177ed89cddd42e25807 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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