mirror of https://github.com/ansible/ansible.git
[stable-2.9] debian: install lib in dist-packages (#64412)
On Ubuntu Precise and Trusty, the build was failing because the Ansible libs were installed in /usr/lib/python2.7/site-packages. According to the Debian Policy (2.5), they should actually be install in /usr/lib/python2.7/dist-packages This is also CDBS default behaviour since 0.4.131. See: https://www.debian.org/doc/packaging-manuals/python-policy/ch-python.html Closes: #64160pull/64756/head
parent
64665ffcc9
commit
6d829b0f6c
@ -1,4 +1,4 @@
|
||||
etc/ansible
|
||||
etc/ansible/roles
|
||||
usr/lib/python2.7/site-packages
|
||||
usr/lib/python2.7/dist-packages/ansible
|
||||
usr/share/ansible
|
||||
|
Loading…
Reference in New Issue