Skip to content

Commit eb6e30f

Browse files
committed
Try if this does the same thing
1 parent 1d7829e commit eb6e30f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

webapp/Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,9 @@ install-domserver:
3131
# This must be done first to install with the rest.
3232
$(MAKE) copy-bundle-assets
3333
$(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 \
3535
$(call install_tree,$(DESTDIR)$(domserver_webappdir),$$d) ; \
3636
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"
4237
$(call fix_composer_paths,$(DESTDIR)$(domserver_webappdir)vendor)
4338
# Change webapp/public/doc symlink
4439
rm $(DESTDIR)$(domserver_webappdir)/public/doc

0 commit comments

Comments
 (0)