summaryrefslogtreecommitdiff
path: root/.Makefile.inc
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-20 15:24:04 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-20 15:24:04 +0000
commit345ef802952ccb181d9df76533201ac7f840b267 (patch)
treee621d2242ed42de8e49996122a4ddbfa8d1856d6 /.Makefile.inc
parented166e064d10ad3d29ae48aeaf7978a2a728c4d0 (diff)
*** empty log message ***
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1463 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to '.Makefile.inc')
-rw-r--r--.Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.Makefile.inc b/.Makefile.inc
index 4db8dea9f..f7a0ba484 100644
--- a/.Makefile.inc
+++ b/.Makefile.inc
@@ -30,8 +30,8 @@ ircd:
bininst:
@-cp src/*.so $(LIBPATH)
@-cp src/inspircd $(BINPATH)
- @chmod 0700 $(BINPATH)/inspircd
- @chmod 0700 $(LIBPATH)/*.so
+ @-chmod 0700 $(BINPATH)/inspircd
+ @-chmod 0700 $(LIBPATH)/*.so
config:
@cp conf/inspire.motd $(CONPATH)/inspire.motd.example