mirror of
https://github.com/openwrt/packages.git
synced 2025-12-18 16:41:22 +00:00
Major version update to podman - Obsolete patch removed - patch 010-do-not-build-docs.patch refreshed Changelog: https://github.com/containers/podman/releases/tag/v5.0.0 Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
21 lines
568 B
Diff
21 lines
568 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -227,7 +227,7 @@ GV_VERSION=v0.7.3
|
|
default: all
|
|
|
|
.PHONY: all
|
|
-all: binaries docs
|
|
+all: binaries
|
|
|
|
.PHONY: binaries
|
|
ifeq ($(shell uname -s),FreeBSD)
|
|
@@ -810,7 +810,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.catatonit
|
|
install.catatonit:
|