Merge pull request #3152 from rhatdan/remote

install.remote should be separate for install.bin
This commit is contained in:
OpenShift Merge Robot
2019-05-20 20:26:09 +02:00
committed by GitHub
2 changed files with 7 additions and 3 deletions

View File

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