fix zip structure

This commit is contained in:
Alex Dadgar 2017-08-28 22:29:49 -07:00
parent 65a6d3047a
commit b94d0e4b08
1 changed files with 1 additions and 1 deletions

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