fix zip structure

This commit is contained in:
Alex Dadgar
2017-08-28 22:29:49 -07:00
parent f3a694f319
commit 48f7dfbaff

View File

@@ -115,7 +115,7 @@ define makePackageTarget
pkg/$(1).zip: pkg/$(1)/nomad
@echo "==> Packaging for $(1)..."
@zip pkg/$(1).zip pkg/$(1)/*
@zip -j pkg/$(1).zip pkg/$(1)/*
endef