mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
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); \
|
(cd $(@D); \
|
||||||
$(TARGET_CONFIGURE_OPTS) ./configure \
|
$(TARGET_CONFIGURE_OPTS) ./configure \
|
||||||
--os=linux \
|
--os=linux \
|
||||||
|
--libexecdir=/lib/dhcpcd \
|
||||||
$(DHCPCD_CONFIG_OPTS) )
|
$(DHCPCD_CONFIG_OPTS) )
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user