summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorom <om@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-06 22:17:37 +0000
committerom <om@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-06 22:17:37 +0000
commit329a7ed8586ebd8c6f67e21f524305ac7438e4a3 (patch)
treed8c6292543142cd27d2bc66770da6bdea3c19672
parent28c4961290443283ec705d346c01ef8452aecfc3 (diff)
Install .gdbargs with ./inspircd
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4753 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--.Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.Makefile.inc b/.Makefile.inc
index 1c2be613d..32e437a5d 100644
--- a/.Makefile.inc
+++ b/.Makefile.inc
@@ -64,6 +64,7 @@ install: all
@-install -v -m 0700 src/libIRCDsnomasks.so $(LIBPATH)
@-install -v -m 0700 src/inspircd $(BINPATH)
@-install -v -m 0700 inspircd $(BASE) 2>/dev/null
+ @-cp .gdbargs $(BASE)
@-cp conf/inspircd.quotes.example $(CONPATH)
@-cp conf/inspircd.rules.example $(CONPATH)
@-cp conf/key.pem $(CONPATH)