summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-02-01 03:23:24 +0100
committerGitHub <noreply@github.com>2019-02-01 03:23:24 +0100
commit82550ede36dab0689914c3c1b6de44b55f0d22f8 (patch)
treefcf56d191459ea7661c305f4dff91e0fae2e876b /Makefile
parent805c6d997b4eb8941e7c2a12879bf9a5284835d0 (diff)
parent10d749b9a8c36ce5d3e2dc904222863528c349f6 (diff)
downloadpodman-82550ede36dab0689914c3c1b6de44b55f0d22f8.tar.gz
podman-82550ede36dab0689914c3c1b6de44b55f0d22f8.tar.bz2
podman-82550ede36dab0689914c3c1b6de44b55f0d22f8.zip
Merge pull request #2195 from cevich/rhel7-testing
Cirrus: Add RHEL-7 testing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f0f6a1fab..b68b8adbe 100644
--- a/Makefile
+++ b/Makefile
@@ -224,6 +224,7 @@ install: .gopathok install.bin install.man install.cni install.systemd
install.bin:
install ${SELINUXOPT} -d -m 755 $(BINDIR)
install ${SELINUXOPT} -m 755 bin/podman $(BINDIR)/podman
+ test -z "${SELINUXOPT}" || chcon --verbose --reference=$(BINDIR)/podman bin/podman
install.man: docs
install ${SELINUXOPT} -d -m 755 $(MANDIR)/man1