From: Michael Tremer Date: Tue, 10 Dec 2019 18:09:38 +0000 (+0000) Subject: Install databases to /var/lib/location X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8703cdb4e4c4f026512089fe13b42ddec51538e1;p=people%2Fsennis%2Flibloc.git 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 --- 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