44ca531f8d
ircd-hybrid-ru is russian version of well known hybrid IRC server with plently number of features. it can handle russian channel names, nicknames and harset recoding PR: 60244 Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org>
11 lines
388 B
Text
11 lines
388 B
Text
--- etc/Makefile.in.orig Sun Dec 14 14:56:56 2003
|
|
+++ etc/Makefile.in Sun Dec 14 14:57:51 2003
|
|
@@ -27,6 +27,8 @@
|
|
echo $(INSTALL_DATA) $$i $(sysconfdir); \
|
|
$(INSTALL_DATA) $$i $(sysconfdir); \
|
|
done
|
|
+ mkdir -p $(sysconfdir)/codepage; \
|
|
+ $(INSTALL_DATA) codepage/* $(sysconfdir)/codepage/
|
|
|
|
@echo "Note: more example configuration files can be found in this directory (etc/)."
|
|
|