From 1828a6945c55185fe169f436b17711fc73e8d33e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 8 Aug 2019 04:15:01 +0530 Subject: [PATCH] avoid `make` in `make install` RE: upstream pr 3757 https://github.com/containers/libpod/pull/3757 Signed-off-by: Lokesh Mandvekar --- podman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index b693411..a898aa7 100644 --- a/podman.spec +++ b/podman.spec @@ -421,9 +421,13 @@ Man pages for the %{name} commands %autosetup -Sgit -n %{repo}-%{commit0} rm -rf docs/containers-mounts.conf.5.md -# untar cri-o +# untar conmon tar zxf %{SOURCE1} +sed -i 's/install.remote: podman-remote/install.remote:/' Makefile +sed -i 's/install.bin: podman/install.bin:/' Makefile +sed -i 's/install.man: docs/install.man:/' Makefile + %build mkdir _build pushd _build