From ee15914e7997ec32b68245fc07dc2523a1955720 Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Wed, 2 Nov 2016 13:25:13 -0700 Subject: [PATCH] bootstrap: define sysconfdir --- bootstrap-configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap-configure b/bootstrap-configure index addc9972..b660d44a 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -8,4 +8,5 @@ fi ./configure --enable-maintainer-mode \ --enable-debug \ --localstatedir=/var \ - --prefix=/usr $* + --prefix=/usr $* \ + --sysconfdir=/etc/iwd