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 <gustavo@zacarias.com.ar> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
1ea8d2b12c
commit
71932858bd
@ -23,6 +23,7 @@ define DHCPCD_CONFIGURE_CMDS
|
||||
(cd $(@D); \
|
||||
$(TARGET_CONFIGURE_OPTS) ./configure \
|
||||
--os=linux \
|
||||
--libexecdir=/lib/dhcpcd \
|
||||
$(DHCPCD_CONFIG_OPTS) )
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user