Fix /usr/share/lorax installation.
This commit is contained in:
parent
c158df0024
commit
6c6a55154a
4
setup.py
4
setup.py
@ -16,8 +16,8 @@ for comp in glob.glob(os.path.join(os.getcwd(), 'etc', '*')):
|
||||
etc_path = os.path.join(os.path.sep, 'etc', 'lorax', os.path.basename(comp))
|
||||
etc_data_files.append((etc_path, sub_files))
|
||||
|
||||
data_files = [(os.path.join('usr', 'share', 'lorax'),
|
||||
glob.glob(os.path.join(os.path.sep, 'share', '*')))] + etc_data_files
|
||||
data_files = [(os.path.join(os.path.sep, 'usr', 'share', 'lorax'),
|
||||
glob.glob(os.path.join('share', '*')))] + etc_data_files
|
||||
|
||||
setup(name='lorax',
|
||||
version='0.1',
|
||||
|
Loading…
Reference in New Issue
Block a user