summaryrefslogtreecommitdiff
path: root/.Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to '.Makefile.inc')
-rw-r--r--.Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.Makefile.inc b/.Makefile.inc
index f8fb1b7fb..743cb4aae 100644
--- a/.Makefile.inc
+++ b/.Makefile.inc
@@ -30,6 +30,8 @@ ircd:
bininst:
@-cp src/*.so $(LIBPATH)
@-cp src/inspircd $(BINPATH)
+ @chmod 0700 $(BINPATH)/inspircd
+ @chmod 0700 $(LIBPATH)/*.so
config:
@cp conf/inspire.motd $(CONPATH)/inspire.motd.example