|
@ -24,7 +24,7 @@ if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']: |
|
|
if not os.access(opts.root_path + usr_share, os.W_OK) and \ |
|
|
if not os.access(opts.root_path + usr_share, os.W_OK) and \ |
|
|
not os.access(opts.root_path, os.W_OK): |
|
|
not os.access(opts.root_path, os.W_OK): |
|
|
if 'XDG_DATA_HOME' in os.environ.keys(): |
|
|
if 'XDG_DATA_HOME' in os.environ.keys(): |
|
|
usr_share = os.environ['$XDG_DATA_HOME'] |
|
|
usr_share = os.environ['XDG_DATA_HOME'] |
|
|
else: |
|
|
else: |
|
|
usr_share = os.path.expanduser('~/.local/share') |
|
|
usr_share = os.path.expanduser('~/.local/share') |
|
|
data_files += [ |
|
|
data_files += [ |
|
|