]> git.meshlink.io Git - catta/blobdiff - avahi-python/avahi/ServiceTypeDatabase.py.in
update path to the new service type db path for avahi-discover, too
[catta] / avahi-python / avahi / ServiceTypeDatabase.py.in
index 95c03a47cff097181000947feb966b3972599db6..d1345109cae3b378ed86cdd666868b38190f2813 100644 (file)
@@ -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")