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

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