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
309 B
Text
11 lines
309 B
Text
--- src/Makefile.in.orig Sun Dec 14 14:44:19 2003
|
|
+++ src/Makefile.in Sun Dec 14 14:44:37 2003
|
|
@@ -128,7 +128,7 @@
|
|
|
|
install-mkdirs:
|
|
mkdir -p $(prefix) $(exec_prefix) $(bindir) $(sysconfdir) \
|
|
- $(localstatedir)/logs
|
|
+ /var/log/ircd-hybrid-ru
|
|
|
|
install: install-mkdirs build
|
|
@for i in $(PROGS); do \
|