mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
14 lines
349 B
Plaintext
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
|