diff options
author | Mike Hommey <glandium@debian.org> | 2010-03-18 09:17:06 +0100 |
---|---|---|
committer | Mike Hommey <glandium@debian.org> | 2010-03-18 09:17:06 +0100 |
commit | 4a82827351da3c4679e284489f197a1cee2cbb26 (patch) | |
tree | 82e7d6f905cc2769c954c45d62e8f9975ef4a425 /debian/rules | |
parent | 040eaa5025293aa79f6854341e00bd3f184c4e7e (diff) | |
download | libxml2-4a82827351da3c4679e284489f197a1cee2cbb26.tar.gz |
Deduplicate in /usr/lib/pyshared, not /usr/lib/python-support/python-libxml2
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index c014b03..23ea484 100755 --- a/debian/rules +++ b/debian/rules @@ -134,7 +134,7 @@ binary-arch: build install dh_strip -a --dbg-package=libxml2-dbg -Npython-libxml2 dh_strip -ppython-libxml2 $(foreach python, $(filter-out $(PYVER), $(PYVERS)),\ - cd $(CURDIR)/debian/python-libxml2/usr/lib/python-support/python-libxml2; \ + cd $(CURDIR)/debian/python-libxml2/usr/lib/pyshared; \ if diff $(python)/libxml2mod.so $(PYVER)/libxml2mod.so > /dev/null 2>&1; then \ rm -f $(python)/libxml2mod.so; \ ln -s ../$(PYVER)/libxml2mod.so $(python)/libxml2mod.so; \ |