Define default datadir location as /usr/share/lorax.

This commit is contained in:
David Cantrell 2008-10-05 13:08:10 -10:00
parent 5ef8b9eafb
commit 21ff7ce04b

View File

@ -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)