From 5b9121169946c57843d397df140801a869d13544 Mon Sep 17 00:00:00 2001 From: Maciek Borzecki Date: Mon, 19 Jan 2015 20:06:36 +0100 Subject: [PATCH] Makefile: use $(datadir)/mconnect for sample config The sample configuration file is really more like data than a system wice configuration file deserving a place in /etc. Move to $(datadir). --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 8e98fe7..78d9dbe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ applicationsdir = $(datadir)/applications applications_DATA = mconnect.desktop -mconnectdatadir = $(sysconfdir)/mconnect +mconnectdatadir = $(datadir)/mconnect mconnectdata_DATA = mconnect.conf