Merge pull request #5920 from edsantiago/chcon_podman_remote

Makefile: fix broken chcon for podman-remote
This commit is contained in:
OpenShift Merge Robot
2020-04-21 11:20:58 -04:00
committed by GitHub

View File

@ -474,7 +474,7 @@ install: .gopathok install.bin install.remote install.man install.cni install.sy
install.remote: podman-remote install.remote: podman-remote
install ${SELINUXOPT} -d -m 755 $(DESTDIR)$(BINDIR) install ${SELINUXOPT} -d -m 755 $(DESTDIR)$(BINDIR)
install ${SELINUXOPT} -m 755 bin/podman-remote $(DESTDIR)$(BINDIR)/podman-remote install ${SELINUXOPT} -m 755 bin/podman-remote $(DESTDIR)$(BINDIR)/podman-remote
test -z "${SELINUXOPT}" || chcon --verbose --reference=$(DESTDIR)$(BINDIR)/podman bin/podman-remote test -z "${SELINUXOPT}" || chcon --verbose --reference=$(DESTDIR)$(BINDIR)/podman-remote bin/podman-remote
.PHONY: install.bin .PHONY: install.bin
install.bin: podman install.bin: podman