diff options
author | frostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-08 23:34:00 +0000 |
---|---|---|
committer | frostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-08 23:34:00 +0000 |
commit | 3b624fd022aa02b882dd4f9b4f92236ce41da779 (patch) | |
tree | c2c7f9c56ecb3a6a662af26bc6fa981b50f10903 | |
parent | 907ee6a7d3798f9f8d500c7f139205b756235d38 (diff) |
Told Makefile to ignore if cp fails on the binaries.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1019 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | .Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.Makefile.inc b/.Makefile.inc index e2739b242..1c91237b3 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -27,7 +27,7 @@ ircd: ${MAKE} -C src DIRNAME="src" $(MAKEARGS) bininst: - @cp src/inspircd $(BINPATH) + @-cp src/inspircd $(BINPATH) config: @cp conf/inspire.motd $(CONPATH)/inspire.motd.example |