diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2003-07-18 09:25:50 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2003-07-18 09:25:50 +0000 | 
| commit | 1854d87540f35ec18ed8adc5464c6e55aa906978 (patch) | |
| tree | 22002e52befca28df5a91bf7bd49ea8ba69fdf9f | |
| parent | 7c4dcfec6261dea71c93c27a8f09e34e2837dc2c (diff) | |
Honor the setting of --sysconfdir
| -rw-r--r-- | hcid/Makefile.am | 2 | ||||
| -rw-r--r-- | 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 | 
