Skip to content

Commit

Permalink
Revert "Keep the owner:group of the one downloading the tarball"
Browse files Browse the repository at this point in the history
This reverts commit 5fd68d9.

This is a check that it is indeed my commit which breaks the test.
  • Loading branch information
vmcj committed Jan 14, 2024
1 parent 5fd68d9 commit b74d8f0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions webapp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,16 @@ SUBDIRS = config
copy-bundle-assets:
# We can not use bin/console here, as when using a fakeroot,
# the include paths are broken. We just copy in the data we need
-rm -rf public/bundles/nelmioapidoc/*
-rm -rf public/bundles/nelmioapidoc
mkdir -p public/bundles/nelmioapidoc
cp -Ra ../lib/vendor/nelmio/api-doc-bundle/Resources/public/* public/bundles/nelmioapidoc/
cp -R ../lib/vendor/nelmio/api-doc-bundle/Resources/public/* public/bundles/nelmioapidoc/

clean-l:
-rm -rf public/bundles/nelmioapidoc

domserver-l:
install-domserver:
# This must be done first to install with the rest.
$(MAKE) copy-bundle-assets

install-domserver:
$(INSTALL_DIR) $(DESTDIR)$(domserver_webappdir);
for d in bin config migrations public resources src templates tests ; do \
$(call install_tree,$(DESTDIR)$(domserver_webappdir),$$d) ; \
Expand Down

0 comments on commit b74d8f0

Please sign in to comment.