From 805fcad4477b880028c1ec548c8c06a787f40de0 Mon Sep 17 00:00:00 2001 From: Teus Benschop Date: Wed, 17 Oct 2018 15:05:44 +0200 Subject: debian/rules: more robust chrpath --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 036a6a6..b88869d 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,7 @@ override_dh_auto_install: override_dh_install: chrpath -d debian/tmp/usr/bin/* chrpath -d debian/tmp/usr/lib/*so* - chrpath -d debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*so* + -chrpath -d debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*so* dh_install --list-missing # Fixes FTBFS if running binary-arch target only -chmod -x debian/libsword-common/usr/share/sword/locales.d/* -- cgit v1.2.3