[med-svn] [irtk] 02/07: d/rules: more fix
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Mar 18 17:03:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/sid
in repository irtk.
commit 1a72080d778e6237e9446e58f1232fed5a6d1480
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Wed Mar 18 13:07:15 2015 +0000
d/rules: more fix
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 8766eef..1da8bbf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ override_dh_auto_build:
dh_auto_build
# Generate debhelper file to create symlinks for all
# relevant ITK binaries
- for f in $$(find \! -type d | sort); do \
+ for f in $$(find $(BUILDDIR)/bin \! -type d | sort); do \
bname=$$(basename $$f); \
echo "/usr/lib/irtk/$$bname /usr/bin/irtk-$$bname" >> debian/irtk.links; \
done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/irtk.git
More information about the debian-med-commit
mailing list