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

04eccc
From 5744f79d84ecee3929a682166034c5bbc36c0ef5 Mon Sep 17 00:00:00 2001
e0630b
From: Bastien Nocera <hadess@hadess.net>
e0630b
Date: Wed, 20 Sep 2017 12:49:10 +0200
04eccc
Subject: [PATCH 1/4] build: Always define confdir and statedir
e0630b
e0630b
As we will need those paths to lock down on them.
e0630b
---
04eccc
 Makefile.am | 6 +++---
04eccc
 1 file changed, 3 insertions(+), 3 deletions(-)
e0630b
e0630b
diff --git a/Makefile.am b/Makefile.am
04eccc
index 9d25a815b..ac88c12e0 100644
e0630b
--- a/Makefile.am
e0630b
+++ b/Makefile.am
04eccc
@@ -28,14 +28,14 @@
04eccc
 				$(LIBEDATASERVER_CFLAGS) $(ell_cflags)
e0630b
 AM_LDFLAGS = $(MISC_LDFLAGS)
e0630b
 
e0630b
+confdir = $(sysconfdir)/bluetooth
e0630b
+statedir = $(localstatedir)/lib/bluetooth
e0630b
+
e0630b
 if DATAFILES
b05691
 dbusdir = $(DBUS_CONFDIR)/dbus-1/system.d
e0630b
 dbus_DATA = src/bluetooth.conf
e0630b
 
e0630b
-confdir = $(sysconfdir)/bluetooth
e0630b
 conf_DATA =
04eccc
-
e0630b
-statedir = $(localstatedir)/lib/bluetooth
e0630b
 state_DATA =
e0630b
 endif
e0630b
 
e0630b
-- 
04eccc
2.21.0
e0630b