diff options
author | Loïc Minier <lool@dooz.org> | 2010-05-30 16:11:25 +0200 |
---|---|---|
committer | Mike Hommey <glandium@debian.org> | 2010-06-23 16:03:16 +0200 |
commit | 2f8a91fab2f9c50e8fb710ff228ca9a8409d0dda (patch) | |
tree | 9460de186ffc42ad4c0eabbe2ff2474ddef682db | |
parent | 9e2f950130c589ac44bd60ea8db1b7d0c29209aa (diff) | |
download | libxml2-2f8a91fab2f9c50e8fb710ff228ca9a8409d0dda.tar.gz |
Don't hardcode site-/dist-packages in .install
Cope with builds which don't have any dist-packages (or site-packages)
based python versions.
-rw-r--r-- | debian/python-libxml2.install | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/debian/python-libxml2.install b/debian/python-libxml2.install index f4e68c3..66c4906 100644 --- a/debian/python-libxml2.install +++ b/debian/python-libxml2.install @@ -1,4 +1,2 @@ -usr/lib/python*/site-packages/*.py* -usr/lib/python*/site-packages/*.so -usr/lib/python*/dist-packages/*.py* -usr/lib/python*/dist-packages/*.so +usr/lib/python*/*-packages/*.py* +usr/lib/python*/*-packages/*.so |