From 215e6504e3fc1be443f03f078b5cb08657148543 Mon Sep 17 00:00:00 2001 From: rpm-build Date: Aug 25 2020 07:29:46 +0000 Subject: 0001-build-Always-define-confdir-and-statedir.patch patch_name: 0001-build-Always-define-confdir-and-statedir.patch present_in_specfile: true location_in_specfile: 3 --- diff --git a/Makefile.am b/Makefile.am index 84c9712..6e77ed9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,14 +31,15 @@ pkginclude_HEADERS = AM_CFLAGS = $(WARNING_CFLAGS) $(MISC_CFLAGS) $(UDEV_CFLAGS) $(ell_cflags) AM_LDFLAGS = $(MISC_LDFLAGS) +confdir = $(sysconfdir)/bluetooth +statedir = $(localstatedir)/lib/bluetooth + if DATAFILES dbusdir = $(DBUS_CONFDIR)/dbus-1/system.d dbus_DATA = src/bluetooth.conf -confdir = $(sysconfdir)/bluetooth conf_DATA = -statedir = $(localstatedir)/lib/bluetooth state_DATA = endif