diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-05-20 20:26:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-20 20:26:09 +0200 |
commit | 9567d87bdf244de62f7c6763191dc7bf12e425cd (patch) | |
tree | 6fff8783c09387a9647c164de0e60029ae1ea93b /contrib | |
parent | 0804b28825e9c0e5cb9f7f3d4039bd087ff87295 (diff) | |
parent | 6154ba4a8060f6ea9fd7e80e3f8085d34c816422 (diff) | |
download | podman-9567d87bdf244de62f7c6763191dc7bf12e425cd.tar.gz podman-9567d87bdf244de62f7c6763191dc7bf12e425cd.tar.bz2 podman-9567d87bdf244de62f7c6763191dc7bf12e425cd.zip |
Merge pull request #3152 from rhatdan/remote
install.remote should be separate for install.bin
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/spec/podman.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index 228f65b50..985dbbc74 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -387,6 +387,7 @@ popd install -dp %{buildroot}%{_unitdir} PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ install.bin \ + install.remote \ install.man \ install.cni \ install.systemd \ |