Skip to content

Commit

Permalink
Merge pull request #7845 from afbjorklund/podman-mk
Browse files Browse the repository at this point in the history
Add missing source directory for podman cni config
  • Loading branch information
medyagh authored Apr 22, 2020
2 parents 39958f2 + 896d8b3 commit 4803589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/iso/minikube-iso/package/podman/podman.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ endef
define PODMAN_INSTALL_TARGET_CMDS
$(INSTALL) -Dm755 $(@D)/bin/podman $(TARGET_DIR)/usr/bin/podman
$(INSTALL) -d -m 755 $(TARGET_DIR)/etc/cni/net.d/
$(INSTALL) -m 644 cni/87-podman-bridge.conflist $(TARGET_DIR)/etc/cni/net.d/87-podman-bridge.conflist
$(INSTALL) -m 644 $(@D)/cni/87-podman-bridge.conflist $(TARGET_DIR)/etc/cni/net.d/87-podman-bridge.conflist
endef

$(eval $(generic-package))

0 comments on commit 4803589

Please sign in to comment.