summaryrefslogtreecommitdiffstats
path: root/avahi-python/avahi/ServiceTypeDatabase.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-python/avahi/ServiceTypeDatabase.py.in')
-rw-r--r--avahi-python/avahi/ServiceTypeDatabase.py.in2
1 files changed, 1 insertions, 1 deletions
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")