fix duplicate ctl
parent
7aec86a3b1
commit
1fa39c82cc
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue