From 3bc7d2e7229848fba1954b2442e4f818c580f4d8 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 10 Feb 2018 18:47:37 +0100 Subject: [PATCH] build: Install D-Bus policy file even on development builds --- bootstrap-configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bootstrap-configure b/bootstrap-configure index f625aeaf..18df5bce 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -8,5 +8,4 @@ fi ./configure --enable-maintainer-mode \ --enable-debug \ --prefix=/usr \ - --localstatedir=/var \ - --disable-dbus-policy $* + --localstatedir=/var $*