Blame SOURCES/0001-build-Always-define-confdir-and-statedir.patch

e0630b
From 69d2e7bebb79f500179298c6c51fafbc217df6c8 Mon Sep 17 00:00:00 2001
e0630b
From: Bastien Nocera <hadess@hadess.net>
e0630b
Date: Wed, 20 Sep 2017 12:49:10 +0200
e0630b
Subject: [PATCH 1/4] build: Always define confdir and statedir
e0630b
e0630b
As we will need those paths to lock down on them.
e0630b
---
e0630b
 Makefile.am | 6 +++---
e0630b
 1 file changed, 3 insertions(+), 3 deletions(-)
e0630b
e0630b
diff --git a/Makefile.am b/Makefile.am
e0630b
index 555f301ca..1c38d94e5 100644
e0630b
--- a/Makefile.am
e0630b
+++ b/Makefile.am
e0630b
@@ -30,14 +30,14 @@ include_HEADERS =
e0630b
 AM_CFLAGS = $(WARNING_CFLAGS) $(MISC_CFLAGS)
e0630b
 AM_LDFLAGS = $(MISC_LDFLAGS)
e0630b
 
e0630b
+confdir = $(sysconfdir)/bluetooth
e0630b
+statedir = $(localstatedir)/lib/bluetooth
e0630b
+
e0630b
 if DATAFILES
e0630b
 dbusdir = @DBUS_CONFDIR@/dbus-1/system.d
e0630b
 dbus_DATA = src/bluetooth.conf
e0630b
 
e0630b
-confdir = $(sysconfdir)/bluetooth
e0630b
 conf_DATA =
e0630b
-
e0630b
-statedir = $(localstatedir)/lib/bluetooth
e0630b
 state_DATA =
e0630b
 endif
e0630b
 
e0630b
-- 
e0630b
2.14.1
e0630b