Skip to content

Commit

Permalink
Fix issue in tarball creation
Browse files Browse the repository at this point in the history
  • Loading branch information
mstilkerich committed Sep 11, 2021
1 parent 3470e77 commit 304666d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ tarball:
@# Fetch a clean state of all dependencies
composer create-project --repository='{"type":"vcs", "url":"file://$(PWD)" }' -q --no-dev --no-plugins roundcube/carddav releases/carddav $(RELEASE_VERSION)
@# Force a Guzzle version compatible with roundcube 1.5
cd releases/carddav && composer require -q --update-no-dev 'guzzlehttp/guzzle:^6.5.5'
cd releases/carddav && composer require -q --update-no-dev --update-with-dependencies 'guzzlehttp/guzzle:^6.5.5'
@# Append dependencies to the tar
tar -C releases --owner 0 --group 0 -rf releases/carddav-$(RELEASE_VERSION).tar carddav/vendor
@# gzip the tarball
Expand Down

0 comments on commit 304666d

Please sign in to comment.