mirror of
https://github.com/containers/podman.git
synced 2025-06-20 00:51:16 +08:00
Don't include SUBDIR in windows.zip
The zip file should returne podman.exe plus the documentation directory. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
2
Makefile
2
Makefile
@ -430,7 +430,7 @@ podman-remote-release-%.zip:
|
|||||||
cp release.txt "$(TMPDIR)/"
|
cp release.txt "$(TMPDIR)/"
|
||||||
cp ./bin/podman-remote-$*$(BINSFX) "$(TMPDIR)/$(SUBDIR)/podman$(BINSFX)"
|
cp ./bin/podman-remote-$*$(BINSFX) "$(TMPDIR)/$(SUBDIR)/podman$(BINSFX)"
|
||||||
cp -r ./docs/build/remote/$* "$(TMPDIR)/$(SUBDIR)/docs/"
|
cp -r ./docs/build/remote/$* "$(TMPDIR)/$(SUBDIR)/docs/"
|
||||||
cd "$(TMPDIR)" && \
|
cd "$(TMPDIR)/$(SUBDIR)" && \
|
||||||
zip --recurse-paths "$(CURDIR)/$@" "./release.txt" "./"
|
zip --recurse-paths "$(CURDIR)/$@" "./release.txt" "./"
|
||||||
-rm -rf "$(TMPDIR)"
|
-rm -rf "$(TMPDIR)"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user