From 331465566be1e1821c0bb3738f8de130dd8c19f8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 25 Sep 2007 00:25:26 +0000 Subject: update path to the new service type db path for avahi-discover, too git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1540 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-python/avahi/ServiceTypeDatabase.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-python/avahi/ServiceTypeDatabase.py.in') diff --git a/avahi-python/avahi/ServiceTypeDatabase.py.in b/avahi-python/avahi/ServiceTypeDatabase.py.in index 95c03a4..d134510 100644 --- a/avahi-python/avahi/ServiceTypeDatabase.py.in +++ b/avahi-python/avahi/ServiceTypeDatabase.py.in @@ -27,7 +27,7 @@ locale.setlocale(locale.LC_ALL, '') class ServiceTypeDatabase: - def __init__(self, filename = "@pkgdatadir@/service-types.db"): + def __init__(self, filename = "@pkglibdir@/service-types.db"): self.db = @DBM@.open(filename, "r") -- cgit