Skip to content

Commit d80a996

Browse files
committed
Revert "Keep the owner:group of the one downloading the tarball"
This reverts commit 5fd68d9. This is a check that it is indeed my commit which breaks the test.
1 parent 83bbbc9 commit d80a996

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

webapp/Makefile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,16 @@ SUBDIRS = config
1212
copy-bundle-assets:
1313
# We can not use bin/console here, as when using a fakeroot,
1414
# the include paths are broken. We just copy in the data we need
15-
-rm -rf public/bundles/nelmioapidoc/*
15+
-rm -rf public/bundles/nelmioapidoc
1616
mkdir -p public/bundles/nelmioapidoc
17-
cp -Ra ../lib/vendor/nelmio/api-doc-bundle/Resources/public/* public/bundles/nelmioapidoc/
17+
cp -R ../lib/vendor/nelmio/api-doc-bundle/Resources/public/* public/bundles/nelmioapidoc/
1818

1919
clean-l:
2020
-rm -rf public/bundles/nelmioapidoc
2121

22-
domserver-l:
22+
install-domserver:
2323
# This must be done first to install with the rest.
2424
$(MAKE) copy-bundle-assets
25-
26-
install-domserver:
2725
$(INSTALL_DIR) $(DESTDIR)$(domserver_webappdir);
2826
for d in bin config migrations public resources src templates tests ; do \
2927
$(call install_tree,$(DESTDIR)$(domserver_webappdir),$$d) ; \

0 commit comments

Comments
 (0)