diff --git a/osbuild/__init__.py b/osbuild/__init__.py index 4603d90f..438eb8c0 100644 --- a/osbuild/__init__.py +++ b/osbuild/__init__.py @@ -23,7 +23,7 @@ RESET = "\033[0m" BOLD = "\033[1m" -libdir = os.path.dirname(__file__) +libdir = os.path.dirname(os.path.dirname(__file__)) if not os.path.exists(f"{libdir}/stages"): libdir = f"{sys.prefix}/lib/osbuild"