Skip to content

Commit

Permalink
Merge pull request #2449 from owncloud/bugfix/tarball-structure
Browse files Browse the repository at this point in the history
App tar balls need to contain top level folder named like the app itself
  • Loading branch information
DeepDiver1975 authored Nov 18, 2019
2 parents 8d234b5 + 1fbb398 commit f7c6084
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile.release
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,8 @@ endif
package:
rm -rf $(CURDIR)/release
mkdir $(CURDIR)/release
cd $(dist_dir) && tar -czf $(cur_dir)/release/$(app_name).tar.gz *
rm -rf $(CURDIR)/phoenix
mkdir $(CURDIR)/phoenix
cp -R $(dist_dir) $(CURDIR)/phoenix
tar -czf $(CURDIR)/release/$(app_name).tar.gz -C $(CURDIR) phoenix

0 comments on commit f7c6084

Please sign in to comment.