From b51fa48a8768b5e6946fd1b2d8621ce61041ece5 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Thu, 23 Feb 2017 10:17:27 +0300 Subject: [PATCH] dhcpcd:fixed actions.py --- system/base/dhcpcd/actions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/base/dhcpcd/actions.py b/system/base/dhcpcd/actions.py index 471d029d..009a47ff 100644 --- a/system/base/dhcpcd/actions.py +++ b/system/base/dhcpcd/actions.py @@ -10,9 +10,10 @@ from pisi.actionsapi import get from pisi.actionsapi import shelltools def setup(): - autotools.configure("--libexecdir=/lib/dhcpcd \ + autotools.configure("--libexecdir=/usr/lib/dhcpcd \ --dbdir=/var/lib/dhcpcd \ --localstatedir=/var \ + --sbindir=/usr/bin \ --rundir=/run") def build():