1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:14:46 +02:00
This commit is contained in:
Bram Matthys
2015-07-14 12:40:29 +02:00
parent 79c71ea490
commit d9756b8254
+1 -1
View File
@@ -204,7 +204,7 @@ install: all
$(INSTALL) -m 0700 -d @MODULESDIR@/third
@#Ugly stuff to detect 0 files in this directory:
@+for f in src/modules/third/*.so; do \
[ -e "$f" ] && $(INSTALL) -m 0700 src/modules/third/*.so @MODULESDIR@/third || echo; \
[ -e $f ] && $(INSTALL) -m 0700 src/modules/third/*.so @MODULESDIR@/third || echo; \
done
$(INSTALL) -m 0700 -d @TMPDIR@
$(INSTALL) -m 0700 -d @CACHEDIR@