Files
packages/utils/podman/patches/010-do-not-build-docs.patch
T
nantayo 57e2957e8b podman: update to 5.8.1
- adjust makefile
- refresh patch

Signed-off-by: nantayo <sora1924@outlook.com>
2026-03-21 22:29:30 +02:00

21 lines
575 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -234,7 +234,7 @@ GVPROXY_VERSION=$(shell $(GO) list -m -f
default: all
.PHONY: all
-all: binaries docs
+all: binaries
.PHONY: binaries
ifeq ($(GOOS),freebsd)
@@ -868,7 +868,7 @@ rpm-install: package ## Install rpm pac
/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.remote
install.remote: