From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/openssh: also install ssh-copy-id script
Date: Thu, 8 Feb 2018 23:11:16 +0100 [thread overview]
Message-ID: <20180208231116.2727da52@windsurf.lan> (raw)
In-Reply-To: <1518028559-22988-1-git-send-email-julien.boibessot@free.fr>
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
prev parent reply other threads:[~2018-02-08 22:11 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-07 18:35 [Buildroot] [PATCH] package/openssh: also install ssh-copy-id script julien.boibessot at free.fr
2018-02-07 18:54 ` Yann E. MORIN
2018-02-08 10:28 ` Julien Boibessot
2018-02-08 16:21 ` Yann E. MORIN
2018-02-08 22:11 ` Thomas Petazzoni [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180208231116.2727da52@windsurf.lan \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.