From 79c71ea49045ccda1f5b8d2745d7d6c71c79a45f Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Tue, 14 Jul 2015 12:37:30 +0200 Subject: [PATCH] 'make install' did not install all 3rd party modules. --- Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 0db1827c1..4c9f265d0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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@