1 diff --git a/lib/bookletimposer/config.py b/lib/bookletimposer/config.py
2 index 8f107a4..d4d335d 100644
3 --- a/lib/bookletimposer/config.py
4 +++ b/lib/bookletimposer/config.py
5 @@ -45,14 +41,7 @@ def debug(msg):
9 - if debug_enabled and os.path.exists(os.path.join("/", "usr", "local",
12 - return os.path.join("/", "usr", "local", "share")
13 - elif os.path.exists(os.path.join("/", "usr", "share", "bookletimposer")):
14 - return os.path.join("/", "usr", "share")
17 + return os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "..", "..", "share"))