summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-08-08 13:08:27 +0200
committerGitHub <noreply@github.com>2019-08-08 13:08:27 +0200
commit31bfb12aec6123bd97e84b2067096b09676ca6ac (patch)
tree27a941e341074fee753d818a974c0fadf66bab88 /contrib
parent41de7b14e0c69be15a7f19c69d5bfb374be62466 (diff)
parent096af85278967421533ffa9975078eccd57b5b5d (diff)
downloadpodman-31bfb12aec6123bd97e84b2067096b09676ca6ac.tar.gz
podman-31bfb12aec6123bd97e84b2067096b09676ca6ac.tar.bz2
podman-31bfb12aec6123bd97e84b2067096b09676ca6ac.zip
Merge pull request #3757 from lsm5/makeinstall
add make to make installs
Diffstat (limited to 'contrib')
-rw-r--r--contrib/spec/podman.spec.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in
index 9d8467783..7e361d757 100644
--- a/contrib/spec/podman.spec.in
+++ b/contrib/spec/podman.spec.in
@@ -354,9 +354,13 @@ providing packages with %{import_path} prefix.
%prep
%autosetup -Sgit -n %{repo}-%{shortcommit0}
-# 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