[Buildroot] [PATCH] package/openssh: also install ssh-copy-id script

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Feb 8 22:11:16 UTC 2018


Hello,

On Wed,  7 Feb 2018 19:35:59 +0100, julien.boibessot at free.fr wrote:

> +define OPENSSH_INSTALL_SSH_COPY_ID
> +	$(INSTALL) -D -m 755 $(@D)/contrib/ssh-copy-id $(TARGET_DIR)/usr/bin

$(INSTALL) -D requires a full destination path, i.e
$(TARGET_DIR)/usr/bin/ssh-copy-id, to be guaranteed to work
correctly when $(TARGET_DIR)/usr/bin doesn't exist. So I've fixed that
and applied to next. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
http://bootlin.com



More information about the buildroot mailing list