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:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user