summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-12-24 07:53:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-12-24 07:54:49 +0000
commit092f34ca9ca681e25325e4b0118dc529b12314bf (patch)
tree3547898575bd7140b5d4057b3b6222f16aba274e /debian
parentMerging upstream version 1.7.1. (diff)
downloadlibnvme-092f34ca9ca681e25325e4b0118dc529b12314bf.tar.xz
libnvme-092f34ca9ca681e25325e4b0118dc529b12314bf.zip
Removing python location workaround, now not needed anymore.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules7
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 {} +