mirror of
https://github.com/pissnet/pissircd.git
synced 2025-07-31 07:22:26 +01:00
'make install' did not install all 3rd party modules.
This commit is contained in:
parent
2662c6d1b1
commit
79c71ea490
1 changed files with 1 additions and 2 deletions
|
@ -204,8 +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; \
|
||||
break;\
|
||||
[ -e "$f" ] && $(INSTALL) -m 0700 src/modules/third/*.so @MODULESDIR@/third || echo; \
|
||||
done
|
||||
$(INSTALL) -m 0700 -d @TMPDIR@
|
||||
$(INSTALL) -m 0700 -d @CACHEDIR@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue