avoid make in make install

RE: upstream pr 3757
https://github.com/containers/libpod/pull/3757

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2019-08-08 04:15:01 +05:30
parent f62b6eac39
commit 1828a6945c

View File

@ -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