util: try one more path for data_files
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0111ea1749
commit
3392ae3973
@ -34,7 +34,8 @@ def data_path(path=''):
|
|||||||
|
|
||||||
bases = [
|
bases = [
|
||||||
os.path.join(sys.prefix, 'share/morss/www'),
|
os.path.join(sys.prefix, 'share/morss/www'),
|
||||||
os.path.join(pkg_path(), './../../../../share/morss/www'),
|
os.path.join(pkg_path(), '../../../share/morss/www'),
|
||||||
|
os.path.join(pkg_path(), '../../../../share/morss/www'),
|
||||||
os.path.join(pkg_path(), '../www'),
|
os.path.join(pkg_path(), '../www'),
|
||||||
os.path.join(pkg_path(), '../..')
|
os.path.join(pkg_path(), '../..')
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user