From 1854d87540f35ec18ed8adc5464c6e55aa906978 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 18 Jul 2003 09:25:50 +0000 Subject: Honor the setting of --sysconfdir --- hcid/Makefile.am | 2 +- rfcomm/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hcid/Makefile.am b/hcid/Makefile.am index bb666044..378d3a35 100644 --- a/hcid/Makefile.am +++ b/hcid/Makefile.am @@ -16,7 +16,7 @@ EXTRA_DIST = $(hcid_CONFIG) # # Install configuration files # -confdir = $(prefix)/etc/bluetooth +confdir = $(sysconfdir)/bluetooth conf_FILE = $(confdir)/$(hcid_CONFIG) pin_FILE = $(confdir)/pin diff --git a/rfcomm/Makefile.am b/rfcomm/Makefile.am index 72635ff2..aa0c5462 100644 --- a/rfcomm/Makefile.am +++ b/rfcomm/Makefile.am @@ -3,7 +3,7 @@ # mandir = $(prefix)/usr/share/man -confdir = /etc/bluetooth +confdir = $(sysconfdir)/bluetooth bin_PROGRAMS = rfcomm -- cgit