diff options
author | Oskari Rauta <oskari.rauta@gmail.com> | 2023-01-12 11:13:12 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2023-01-16 19:56:29 +0000 |
commit | ce7deb506d23d9158b2f1282278cec1350ceb9a0 (patch) | |
tree | 8b5ff17f58c077731fa2088d5252eda1244ce42a /utils/podman/patches | |
parent | 12fd3cfe1e2d96f9e5d9c69260cf21e7f6bede45 (diff) |
podman: update to 4.3.1
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
Diffstat (limited to 'utils/podman/patches')
-rw-r--r-- | utils/podman/patches/010-do-not-build-docs.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/utils/podman/patches/010-do-not-build-docs.patch b/utils/podman/patches/010-do-not-build-docs.patch new file mode 100644 index 000000000..43f62b65a --- /dev/null +++ b/utils/podman/patches/010-do-not-build-docs.patch @@ -0,0 +1,20 @@ +--- a/Makefile ++++ b/Makefile +@@ -200,7 +200,7 @@ GV_SHA=e943b1806d94d387c4c38d96719432d50 + default: all + + .PHONY: all +-all: binaries docs ++all: binaries + + .PHONY: binaries + ifeq ($(shell uname -s),FreeBSD) +@@ -744,7 +744,7 @@ package-install: package ## Install rpm + /usr/bin/podman info # will catch a broken conmon + + .PHONY: install +-install: install.bin install.remote install.man install.systemd ## Install binaries to system locations ++install: install.bin install.remote install.systemd ## Install binaries to system locations + + .PHONY: install.catatonit + install.catatonit: |