Add missing source directory for podman cni config

For some reason this got lost with previous commit
pull/7845/head
Anders F Björklund 2020-04-22 07:38:44 +02:00
parent 39958f24e6
commit 896d8b382c
1 changed files with 1 additions and 1 deletions

View File

@ -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))