From f8fbe5e4f0ee5a3bbc956978ff7ae89b92a175fd Mon Sep 17 00:00:00 2001 From: Nathan Phillip Brink Date: Tue, 5 Jul 2011 00:15:23 -0400 Subject: [PATCH] - Support installing the ircd binary for people who set --with-spath=/bin/ircd. --- Changes | 2 ++ Makefile.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 0fc900fdc..7aac934fb 100644 --- a/Changes +++ b/Changes @@ -2296,3 +2296,5 @@ - Check that the automatically-generated cloak keys fit unrealircd's own criteria before printing them out. (#4017) - Added aliases/atheme.conf, provided by katsklaw (#0003990). +- Support installing the ircd binary for people who set + --with-spath=/bin/ircd. diff --git a/Makefile.in b/Makefile.in index 8051e454a..61b5d5929 100644 --- a/Makefile.in +++ b/Makefile.in @@ -206,7 +206,7 @@ depend: install: all $(INSTALL) -m 0700 -d $(IRCDDIR) - $(INSTALL) -m 0700 src/ircd $(BINDIR) + $(INSTALL) -m 0700 src/ircd $(BINDIR) 2>/dev/null || { $(INSTALL) -m 0700 -d "$$(dirname '$(BINDIR)')"; $(INSTALL) -m 0700 src/ircd $(BINDIR); } $(INSTALL) -m 0700 -d $(IRCDDIR)/networks $(INSTALL) -m 0600 networks/*.network $(IRCDDIR)/networks $(INSTALL) -m 0700 networks/makenet $(IRCDDIR)/networks