File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,9 @@ install-domserver:
31
31
# This must be done first to install with the rest.
32
32
$(MAKE) copy-bundle-assets
33
33
$(INSTALL_DIR) $(DESTDIR)$(domserver_webappdir);
34
- for d in bin config migrations public resources src templates tests; do \
34
+ for d in bin config migrations public resources src templates tests vendor ; do \
35
35
$(call install_tree,$(DESTDIR)$(domserver_webappdir),$$d) ; \
36
36
done
37
- for i in vendor/* ; do \
38
- $(call install_tree,$(DESTDIR)$(domserver_webappdir)vendor,$$i) ; \
39
- done
40
- echo $(DESTDIR)$(domserver_webappdir)vendor
41
- echo "Hook"
42
37
$(call fix_composer_paths,$(DESTDIR)$(domserver_webappdir)vendor)
43
38
# Change webapp/public/doc symlink
44
39
rm $(DESTDIR)$(domserver_webappdir)/public/doc
You can’t perform that action at this time.
0 commit comments