From bd3856e178c9a680709420f375453a26b479907a Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Sun, 26 Apr 2015 17:01:05 -0500 Subject: [PATCH] bootstrap-configure: Set localstatedir --- bootstrap-configure | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap-configure b/bootstrap-configure index 7d35d712..addc9972 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -7,4 +7,5 @@ fi ./bootstrap && \ ./configure --enable-maintainer-mode \ --enable-debug \ + --localstatedir=/var \ --prefix=/usr $*