diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-02-01 03:23:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-01 03:23:24 +0100 |
commit | 82550ede36dab0689914c3c1b6de44b55f0d22f8 (patch) | |
tree | fcf56d191459ea7661c305f4dff91e0fae2e876b /Makefile | |
parent | 805c6d997b4eb8941e7c2a12879bf9a5284835d0 (diff) | |
parent | 10d749b9a8c36ce5d3e2dc904222863528c349f6 (diff) | |
download | podman-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |