1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:14:46 +02:00

- Support installing the ircd binary for people who set --with-spath=<dpath>/bin/ircd.

This commit is contained in:
Nathan Phillip Brink
2011-07-05 00:15:23 -04:00
parent 2cbb7a4a00
commit f8fbe5e4f0
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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=<dpath>/bin/ircd.
+1 -1
View File
@@ -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