diff options
author | Matthias Bolte <matthias.bolte@googlemail.com> | 2009-12-12 00:11:31 +0100 |
---|---|---|
committer | Matthias Bolte <matthias.bolte@googlemail.com> | 2009-12-14 22:14:06 +0100 |
commit | bdbb7aa1239a35c8b9c96d2aa59251cd8be0bdc1 (patch) | |
tree | 869e8798fa1c0e6d3335bf1be9e61f5129089163 /libvirt-override.py | |
parent | 6d1c8a436dc5b543ba2ad56b453a34ce43d9ba14 (diff) | |
download | libvirt-python-v6-bdbb7aa1239a35c8b9c96d2aa59251cd8be0bdc1.tar.gz libvirt-python-v6-bdbb7aa1239a35c8b9c96d2aa59251cd8be0bdc1.tar.xz libvirt-python-v6-bdbb7aa1239a35c8b9c96d2aa59251cd8be0bdc1.zip |
Fix install location for Python bindingscpumask-v3cpumask-v2
Commit 66137344feb488ea87b0d92f3c03844d9a7a7786 changed the Python detection
mechanism in configure to use AM_PATH_PYTHON. This results in a changed
install location for the Python bindings, at least on Fedora 12 64bit systems.
Before this commit libvirt.py and libvirtmod.so were installed to
/usr/lib64/python2.6/site-packages
After this commit they are installed to
/usr/lib/python2.6/site-packages
Mixed Python packages (containing *.py and *.so files) should be installed to
the pyexecdir directory detected by AM_PATH_PYTHON.
This restores the install location from before the AM_PATH_PYTHON commit.
* configure.in: remove unnecessary pythondir export
* python/Makefile.am: switch from pythondir to pyexecdir
Diffstat (limited to 'libvirt-override.py')
0 files changed, 0 insertions, 0 deletions