From 385ba906eb12f562ca2a09ed9a96cfdf873decd3 Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Wed, 18 Jan 2017 13:05:40 -0700 Subject: [PATCH] fix(Makefile): fix glob overriding packaged tar --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 85c3e196d..448ba2b44 100644 --- a/Makefile +++ b/Makefile @@ -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