dhcpcd: install dhcpcd as /usr/sbin/dhcpcd.
authoreric.le.bihan.dev@free.fr <eric.le.bihan.dev@free.fr>
Tue, 7 Jan 2014 10:29:19 +0000 (11:29 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 9 Jan 2014 12:17:34 +0000 (13:17 +0100)
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>
package/dhcpcd/dhcpcd.mk

index 80377062a858d938b31ffbffb6ccbf76649c81a5..01ced3af59939fd8640608ea1eb15ce20c98ecad 100644 (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 \