From: Gustavo Zacarias Date: Sat, 3 Oct 2015 10:28:18 +0000 (-0300) Subject: dhcpcd: move libexecdir X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=71932858bdd9963f2b10f6a012ecd91808de6e49;p=buildroot.git dhcpcd: move libexecdir 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 Reviewed-by: Vicente Olivert Riera Tested-by: Vicente Olivert Riera Signed-off-by: Peter Korsgaard --- diff --git a/package/dhcpcd/dhcpcd.mk b/package/dhcpcd/dhcpcd.mk index de169b554b..66928e2381 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