mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 03:11:24 -07:00
modify build/spec file to work on el6 with quasi-broken setup process
remove data_files section from setup.py for some reason or another
This commit is contained in:
parent
adf1492da2
commit
3567237dbc
3 changed files with 5 additions and 8 deletions
8
setup.py
8
setup.py
|
@ -19,14 +19,6 @@ setup(name='ansible',
|
|||
packages=[
|
||||
'ansible',
|
||||
],
|
||||
data_files=[
|
||||
('/usr/share/ansible',
|
||||
glob.glob('library/*')
|
||||
),
|
||||
('/usr/share/man/man1',
|
||||
glob.glob('docs/man/man1/*.1')
|
||||
),
|
||||
],
|
||||
scripts=[
|
||||
'bin/ansible',
|
||||
'bin/ansible-playbook'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue