d0e9c3f08c
This is ircd-hybrid, the highly modified (and hopefully improved) variant of the original ircd program by Jarkko Oikarinen. Tested by Alex Popov, Sebastian Trahm, okan@ and sthen@. Thanks! Hints and help from fgsch@ and sthen@. ok sthen@
13 lines
430 B
Plaintext
13 lines
430 B
Plaintext
$OpenBSD: patch-etc_Makefile_in,v 1.1.1.1 2009/01/28 23:35:07 bernd Exp $
|
|
--- etc/Makefile.in.orig Wed Feb 28 05:17:53 2007
|
|
+++ etc/Makefile.in Mon Apr 14 15:23:40 2008
|
|
@@ -10,7 +10,7 @@ TEST = @TEST@
|
|
CLOBBER=@CLOBBER@
|
|
|
|
prefix = $(DESTDIR)@prefix@
|
|
-sysconfdir = $(DESTDIR)@sysconfdir@
|
|
+sysconfdir = $(DESTDIR)@prefix@/share/examples/ircd-hybrid
|
|
exec_prefix = $(DESTDIR)@exec_prefix@
|
|
datarootdir = $(DESTDIR)@datarootdir@
|
|
|