update copy source

pull/16765/head
Steven Powell 2023-06-27 13:02:24 -07:00
parent 1fa39c82cc
commit 03cb8cb016
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
$(INSTALL) -D -m 0755 \
$(@D)/nerdctl \
$(NERDCTL_BIN_AARCH64_PKGDIR)/nerdctl \
$(TARGET_DIR)/usr/bin
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
$(INSTALL) -D -m 0755 \
$(@D)/nerdctl \
$(NERDCTL_BIN_PKGDIR)/nerdctl \
$(TARGET_DIR)/usr/bin
endef