fix zip structure
This commit is contained in:
parent
65a6d3047a
commit
b94d0e4b08
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue