diff --git a/src/pylorax/__init__.py b/src/pylorax/__init__.py index 59377a55..d889d337 100644 --- a/src/pylorax/__init__.py +++ b/src/pylorax/__init__.py @@ -38,6 +38,7 @@ import instroot conf = {} conf['confdir'] = '/etc/lorax' conf['tmpdir'] = tempfile.gettempdir() +conf['datadir'] = '/usr/share/lorax' def show_version(prog): """show_version(prog)