From 8703cdb4e4c4f026512089fe13b42ddec51538e1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 10 Dec 2019 18:09:38 +0000 Subject: [PATCH] Install databases to /var/lib/location This data is being modified and should therefore go to /var/lib instead of /usr/share. Signed-off-by: Michael Tremer --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9c681b6..1b9d90e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,7 +56,7 @@ SED_PROCESS = \ -e 's,@databasedir\@,$(databasedir),g' \ < $< > $@ || rm $@ -databasedir = $(datadir)/location +databasedir = $(localstatedir)/lib/location pkgconfigdir = $(libdir)/pkgconfig %: %.in Makefile -- 2.47.3