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
441 B
Plaintext
13 lines
441 B
Plaintext
$OpenBSD: patch-messages_Makefile_in,v 1.1.1.1 2009/01/28 23:35:07 bernd Exp $
|
|
--- messages/Makefile.in.orig Tue Jan 27 21:15:57 2009
|
|
+++ messages/Makefile.in Tue Jan 27 21:16:17 2009
|
|
@@ -5,7 +5,7 @@ MV = @MV@
|
|
INSTALL = @INSTALL@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
prefix = $(DESTDIR)@prefix@
|
|
-messagedir = $(prefix)/messages
|
|
+messagedir = $(prefix)/share/ircd-hybrid/messages
|
|
datarootdir = $(DESTDIR)@datarootdir@
|
|
|
|
CLOBBER = @CLOBBER@
|