mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
fix zip structure
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user