From fea5f913e33791094bd37a6c67772d7ecb759232 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 19 Mar 2020 08:57:22 -0400 Subject: Don't include SUBDIR in windows.zip The zip file should returne podman.exe plus the documentation directory. Signed-off-by: Daniel J Walsh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6104c444c..f5d6531c2 100644 --- a/Makefile +++ b/Makefile @@ -430,7 +430,7 @@ podman-remote-release-%.zip: cp release.txt "$(TMPDIR)/" cp ./bin/podman-remote-$*$(BINSFX) "$(TMPDIR)/$(SUBDIR)/podman$(BINSFX)" cp -r ./docs/build/remote/$* "$(TMPDIR)/$(SUBDIR)/docs/" - cd "$(TMPDIR)" && \ + cd "$(TMPDIR)/$(SUBDIR)" && \ zip --recurse-paths "$(CURDIR)/$@" "./release.txt" "./" -rm -rf "$(TMPDIR)" -- cgit v1.2.3-54-g00ecf