From b94d0e4b083a1f4f52af0534809cec37751efa71 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Mon, 28 Aug 2017 22:29:49 -0700 Subject: [PATCH] fix zip structure --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 83d97106f..c932ae7a8 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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