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

Whoops, this #comment in 'make install' showed up to end-users.

This commit is contained in:
Bram Matthys
2019-05-25 10:19:33 +02:00
parent 4b45555edd
commit 185b4e05c0
+1 -1
View File
@@ -214,7 +214,7 @@ install: all
$(INSTALL) -m 0700 -d @MODULESDIR@/extbans
$(INSTALL) -m 0700 src/modules/extbans/*.so @MODULESDIR@/extbans
$(INSTALL) -m 0700 -d @MODULESDIR@/cap
# delete modules/cap directory, to avoid confusing with U4 to U5 upgrades:
@# delete modules/cap directory, to avoid confusing with U4 to U5 upgrades:
rm -rf @MODULESDIR@/cap
$(INSTALL) -m 0700 -d @MODULESDIR@/third
@#Ugly stuff to detect 0 files in this directory: