diff --git a/Changes b/Changes index 6a5244793..872b333d7 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/Makefile.in b/Makefile.in index 9d8507e5c..e31a4ffab 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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