[med-svn] [ffindex] 04/06: Fix chrpath call

Andreas Tille tille at debian.org
Thu Dec 29 22:15:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository ffindex.

commit e58694ca8ed3affcf6e5d61cbded479d3b0043a6
Author: Andreas Tille <tille at debian.org>
Date:   Thu Dec 29 23:04:08 2016 +0100

    Fix chrpath call
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 5a31018..1ab92ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,7 @@ override_dh_clean:
 
 override_dh_install:
 	dh_install
-	find debian -name ffindex_apply_mpi -exec chrpath \{\} \;
+	find debian -name ffindex_apply_mpi -exec chrpath --delete \{\} \;
 
 # [Laszlo Kajan <lkajan at rostlab.org>]
 # ffindex has an overly large default for FFINDEX_MAX_INDEX_ENTRIES (40000000). In order to require less RAM for testing the package (make check), a more modest value is set below.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ffindex.git



More information about the debian-med-commit mailing list