mirror of
https://github.com/containers/podman.git
synced 2025-10-18 19:53:58 +08:00
Makefile: fix broken chcon for podman-remote
The install.remote target looks like it was copy-pasted from install.bin and missed a spot. Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
2
Makefile
2
Makefile
@ -474,7 +474,7 @@ install: .gopathok install.bin install.remote install.man install.cni install.sy
|
||||
install.remote: podman-remote
|
||||
install ${SELINUXOPT} -d -m 755 $(DESTDIR)$(BINDIR)
|
||||
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
|
||||
install.bin: podman
|
||||
|
Reference in New Issue
Block a user