diff options
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules index b28f7fa..4cb8910 100755 --- a/debian/rules +++ b/debian/rules @@ -9,13 +9,6 @@ override_dh_auto_configure: dh_auto_configure -- -Ddocs=man -Ddocs-build=true -Dpython=enabled -Dopenssl=enabled --default-library=both execute_after_dh_auto_install: - # correcting python location - if [ -e debian/tmp/usr/local/lib ]; \ - then \ - mv debian/tmp/usr/local/lib/python* debian/tmp/usr/lib; \ - rm -rf debian/tmp/usr/local; \ - fi - # remove empty manpages find debian/tmp/usr/share/man -type f -empty -exec rm -f {} + |