From 4c0b4cbf9c597f6df6a3220dec5438f4fe9e551b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 14 Feb 2012 23:24:31 +0100 Subject: build-sys: actually, we need to place the service type database in lib64, not unconditionally in lib/ gdbm creates word width dependent files, hence this needs to be included in the multi-arch logic. --- avahi-python/avahi/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-python/avahi/Makefile.am') diff --git a/avahi-python/avahi/Makefile.am b/avahi-python/avahi/Makefile.am index 0813986..3eb67d0 100644 --- a/avahi-python/avahi/Makefile.am +++ b/avahi-python/avahi/Makefile.am @@ -17,7 +17,7 @@ EXTRA_DIST = __init__.py ServiceTypeDatabase.py.in -pkglibdatadir=$(prefix)/lib/avahi +pkglibdatadir=$(libdir)/avahi if HAVE_PYTHON -- cgit