summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-06-29 10:40:08 -0400
committerGitHub <noreply@github.com>2021-06-29 10:40:08 -0400
commit599b7d746a6ccad6ebbd70abb72be30bead094a6 (patch)
tree31451b0b94962ed37507fa2ccab3d849e9acbaac /Makefile
parentc260cbd29d831597df660fcf095e9db587ab856a (diff)
parent1edada477dbd30b360b54ddabfceab92f1993075 (diff)
downloadpodman-599b7d746a6ccad6ebbd70abb72be30bead094a6.tar.gz
podman-599b7d746a6ccad6ebbd70abb72be30bead094a6.tar.bz2
podman-599b7d746a6ccad6ebbd70abb72be30bead094a6.zip
Merge pull request #10803 from lsm5/remove-cni-conflist
Makefile: remove install.cni
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index c013cf39f..7ef227f04 100644
--- a/Makefile
+++ b/Makefile
@@ -613,7 +613,7 @@ podman-release.tar.gz: binaries docs ## Build all binaries, docs., and installa
$(eval TMPDIR := $(shell mktemp -d podman_tmp_XXXX))
$(eval SUBDIR := podman-v$(RELEASE_NUMBER))
mkdir -p "$(TMPDIR)/$(SUBDIR)"
- $(MAKE) install.bin install.man install.cni \
+ $(MAKE) install.bin install.man \
install.systemd "DESTDIR=$(TMPDIR)/$(SUBDIR)" "PREFIX=/usr"
tar -czvf $@ --xattrs -C "$(TMPDIR)" "./$(SUBDIR)"
-rm -rf "$(TMPDIR)"
@@ -666,7 +666,7 @@ package-install: package ## Install rpm packages
/usr/bin/podman info # will catch a broken conmon
.PHONY: install
-install: .gopathok install.bin install.remote install.man install.cni install.systemd ## Install binaries to system locations
+install: .gopathok install.bin install.remote install.man install.systemd ## Install binaries to system locations
.PHONY: install.catatonit
install.catatonit:
@@ -719,11 +719,6 @@ install.completions:
install ${SELINUXOPT} -m 644 completions/fish/podman-remote.fish ${DESTDIR}${FISHINSTALLDIR}
# There is no common location for powershell files so do not install them. Users have to source the file from their powershell profile.
-.PHONY: install.cni
-install.cni:
- install ${SELINUXOPT} -d -m 755 ${DESTDIR}${ETCDIR}/cni/net.d/
- install ${SELINUXOPT} -m 644 cni/87-podman-bridge.conflist ${DESTDIR}${ETCDIR}/cni/net.d/87-podman-bridge.conflist
-
.PHONY: install.docker
install.docker:
install ${SELINUXOPT} -d -m 755 $(DESTDIR)$(BINDIR)