mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-04 01:03:13 +02:00
+- make install fix
This commit is contained in:
@@ -1023,3 +1023,4 @@ seen. gmtime warning still there
|
||||
- Added back good old error reporting in ./unreal start
|
||||
- Changed to beta5
|
||||
- Fixed some slave work.. return MOD_SUCCESS; in all command modules..
|
||||
- make install fix
|
||||
|
||||
+1
-1
@@ -213,7 +213,7 @@ install: all
|
||||
$(INSTALL) -m 0700 networks/makenet $(IRCDDIR)/networks
|
||||
$(INSTALL) -m 0600 networks/networks.ndx $(IRCDDIR)/networks
|
||||
$(INSTALL) -m 0700 -d $(IRCDDIR)/doc
|
||||
$(INSTALL) -m 0600 doc/Authors doc/conf.doc doc/faq doc/tao.of.irc doc/coding-guidelines doc/example.conf doc/features.txt doc/unrealircd.conf.txt doc/Crule.readme doc/commands.txt doc/example.settings doc/services-install-guide doc/unrealircd.doc $(IRCDDIR)/doc
|
||||
$(INSTALL) -m 0600 doc/Authors doc/conf.doc doc/faq doc/tao.of.irc doc/coding-guidelines doc/example.conf doc/features.txt doc/unrealircd.conf.txt doc/commands.txt doc/example.settings doc/services-install-guide doc/unrealircd.doc $(IRCDDIR)/doc
|
||||
$(INSTALL) -m 0700 -d $(IRCDDIR)/aliases
|
||||
$(INSTALL) -m 0600 aliases/*.conf $(IRCDDIR)/aliases
|
||||
$(TOUCH) $(IRCDDIR)/unrealircd.conf
|
||||
|
||||
Reference in New Issue
Block a user