dhcpcd: install dhcpcd as /usr/sbin/dhcpcd.

GNU/Linux distributions usually install dhcpcd in /usr/sbin.
NetworkManager will look for it in this directory.

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
eric.le.bihan.dev@free.fr 2014-01-07 11:29:19 +01:00 committed by Peter Korsgaard
parent d66c981aaa
commit a4c1e0d77a
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ endef
define DHCPCD_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0755 $(@D)/dhcpcd \
$(TARGET_DIR)/usr/bin/dhcpcd
$(TARGET_DIR)/usr/sbin/dhcpcd
$(INSTALL) -D -m 0644 $(@D)/dhcpcd.conf \
$(TARGET_DIR)/etc/dhcpcd.conf
$(INSTALL) -D -m 0755 $(@D)/dhcpcd-run-hooks \