From 21ff7ce04b6f0a93d54d7b45d5e57286b547a0b9 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Sun, 5 Oct 2008 13:08:10 -1000 Subject: [PATCH] Define default datadir location as /usr/share/lorax. --- src/pylorax/__init__.py | 1 + 1 file changed, 1 insertion(+) 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)