diff --git a/Makefile b/Makefile index 42b18c0399..ca559bdf84 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,9 @@ ifdef VERSION PKG_ARGS += --version $(VERSION) endif +ifdef PACKAGE_DIR + PKG_ARGS += --destination $(PACKAGE_DIR) +endif EXCLUDES := helm-toolkit doc tests tools logs tmp zuul.d releasenotes roles CHARTS := helm-toolkit $(filter-out $(EXCLUDES), $(patsubst %/.,%,$(wildcard */.)))