Skip to content

Commit

Permalink
fix(Makefile): fix glob overriding packaged tar
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreese committed Jan 18, 2017
1 parent 5a33f46 commit 385ba90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -39,8 +39,7 @@ dist:
$(DIST_DIRS) cp ../LICENSE {} \; && \
$(DIST_DIRS) cp ../README.md {} \; && \
$(DIST_DIRS) tar -zcf helm-${VERSION}-{}.tar.gz {} \; && \
$(DIST_DIRS) zip -r helm-${VERSION}-{}.zip {} \; && \
mv $(APP)-${VERSION}-*.* .. \
$(DIST_DIRS) zip -r helm-${VERSION}-{}.zip {} \; \
)

.PHONY: checksum
Expand Down

0 comments on commit 385ba90

Please sign in to comment.