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 /rfcomm/Makefile.am | |
parent | 7c4dcfec6261dea71c93c27a8f09e34e2837dc2c (diff) |
Honor the setting of --sysconfdir
Diffstat (limited to 'rfcomm/Makefile.am')
-rw-r--r-- | rfcomm/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |