fix duplicate ctl

pull/16765/head
Steven Powell 2023-06-26 16:17:06 -07:00
parent 7aec86a3b1
commit 1fa39c82cc
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ NERDCTL_BIN_AARCH64_SOURCE = nerdctl-$(NERDCTL_BIN_AARCH64_VERSION)-linux-arm64.
define NERDCTL_BIN_AARCH64_INSTALL_TARGET_CMDS define NERDCTL_BIN_AARCH64_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0755 \ $(INSTALL) -D -m 0755 \
$(@D)/nerdctlctl \ $(@D)/nerdctl \
$(TARGET_DIR)/usr/bin $(TARGET_DIR)/usr/bin
endef endef

View File

@ -11,7 +11,7 @@ NERDCTL_BIN_SOURCE = nerdctl-$(NERDCTL_BIN_AARCH64_VERSION)-linux-amd64.tar.gz
define NERDCTL_BIN_INSTALL_TARGET_CMDS define NERDCTL_BIN_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0755 \ $(INSTALL) -D -m 0755 \
$(@D)/nerdctlctl \ $(@D)/nerdctl \
$(TARGET_DIR)/usr/bin $(TARGET_DIR)/usr/bin
endef endef