mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 11:59:15 -04:00
the most popular open source Internet Relay Chat bot. PR: 47296 Submitted by: Ulrich Spoerlein <q@uni.de> Update to the latest version 1.6.15 will followup immediately.
11 lines
255 B
Text
11 lines
255 B
Text
--- src/modules.c.orig Mon Jul 16 18:54:01 2001
|
|
+++ src/modules.c Fri Nov 2 11:49:45 2001
|
|
@@ -94,7 +94,7 @@
|
|
#ifndef STATIC
|
|
|
|
/* Directory to look for modules */
|
|
-char moddir[121] = "modules/";
|
|
+char moddir[121] = __PREFIX__ "/lib/eggdrop/";
|
|
|
|
#else
|
|
|