Define default datadir location as /usr/share/lorax.
This commit is contained in:
parent
5ef8b9eafb
commit
21ff7ce04b
@ -38,6 +38,7 @@ import instroot
|
|||||||
conf = {}
|
conf = {}
|
||||||
conf['confdir'] = '/etc/lorax'
|
conf['confdir'] = '/etc/lorax'
|
||||||
conf['tmpdir'] = tempfile.gettempdir()
|
conf['tmpdir'] = tempfile.gettempdir()
|
||||||
|
conf['datadir'] = '/usr/share/lorax'
|
||||||
|
|
||||||
def show_version(prog):
|
def show_version(prog):
|
||||||
"""show_version(prog)
|
"""show_version(prog)
|
||||||
|
Loading…
Reference in New Issue
Block a user