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

Add symlink 'source' in the installdir to the UnrealIRCd source.

Useful for scripting purposes.
This commit is contained in:
Bram Matthys
2020-12-30 13:44:50 +01:00
parent 2f7b73fe10
commit 5e068a2f28
+2
View File
@@ -230,6 +230,8 @@ install: all
$(INSTALL) -m 0600 server.key.pem $(DESTDIR)@CONFDIR@/tls ; \
$(INSTALL) -m 0600 server.cert.pem $(DESTDIR)@CONFDIR@/tls ; \
fi
@rm -f $(DESTDIR)@SCRIPTDIR@/source
ln -s @BUILDDIR@ $(DESTDIR)@SCRIPTDIR@/source
@echo ''
@echo '* UnrealIRCd is now installed.'