Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] dhcpcd: move libexecdir
Date: Sat, 3 Oct 2015 13:33:07 +0100	[thread overview]
Message-ID: <560FCB03.9030306@imgtec.com> (raw)
In-Reply-To: <1443868098-15805-2-git-send-email-gustavo@zacarias.com.ar>

Dear Gustavo Zacarias,

On 03/10/15 11:28, Gustavo Zacarias wrote:
> The default is $PREFIX/libexec which ends up in an ugly and non-standard
> /libexec dir in the target.
> Move it to $PREFIX/lib/dhcpcd which is far more nicer and suitable.
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

It does install the libexec files into that directory:

$ find output/target/lib/dhcpcd/
output/target/lib/dhcpcd/
output/target/lib/dhcpcd/dhcpcd-run-hooks
output/target/lib/dhcpcd/dhcpcd-hooks
output/target/lib/dhcpcd/dhcpcd-hooks/50-yp.conf
output/target/lib/dhcpcd/dhcpcd-hooks/10-wpa_supplicant
output/target/lib/dhcpcd/dhcpcd-hooks/02-dump
output/target/lib/dhcpcd/dhcpcd-hooks/15-timezone
output/target/lib/dhcpcd/dhcpcd-hooks/01-test
output/target/lib/dhcpcd/dhcpcd-hooks/20-resolv.conf
output/target/lib/dhcpcd/dhcpcd-hooks/50-ntp.conf
output/target/lib/dhcpcd/dhcpcd-hooks/29-lookup-hostname
output/target/lib/dhcpcd/dhcpcd-hooks/30-hostname

Regards,

Vincent.

> ---
>   package/dhcpcd/dhcpcd.mk | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/package/dhcpcd/dhcpcd.mk b/package/dhcpcd/dhcpcd.mk
> index de169b5..66928e2 100644
> --- a/package/dhcpcd/dhcpcd.mk
> +++ b/package/dhcpcd/dhcpcd.mk
> @@ -23,6 +23,7 @@ define DHCPCD_CONFIGURE_CMDS
>   	(cd $(@D); \
>   	$(TARGET_CONFIGURE_OPTS) ./configure \
>   		--os=linux \
> +		--libexecdir=/lib/dhcpcd \
>   		$(DHCPCD_CONFIG_OPTS) )
>   endef
>
>

  reply	other threads:[~2015-10-03 12:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-03 10:28 [Buildroot] [PATCH 1/2] dhcpcd: bump to version 6.9.3 Gustavo Zacarias
2015-10-03 10:28 ` [Buildroot] [PATCH 2/2] dhcpcd: move libexecdir Gustavo Zacarias
2015-10-03 12:33   ` Vicente Olivert Riera [this message]
2015-10-03 13:17   ` Peter Korsgaard
2015-10-03 12:24 ` [Buildroot] [PATCH 1/2] dhcpcd: bump to version 6.9.3 Vicente Olivert Riera
2015-10-03 13:16 ` Peter Korsgaard

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=560FCB03.9030306@imgtec.com \
    --to=vincent.riera@imgtec.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox