[med-svn] [jellyfish] 03/03: Fix install target

Andreas Tille tille at debian.org
Tue Dec 29 21:11:11 UTC 2015


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

tille pushed a commit to branch master
in repository jellyfish.

commit 538a54d16f95a529ca318af661fd68d8b9068c37
Author: Andreas Tille <tille at debian.org>
Date:   Tue Dec 29 22:10:54 2015 +0100

    Fix install target
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index cbe920c..8b88d5a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,8 +12,9 @@ override_dh_install:
 	# dh_install -X*.a -X*.la -Xpkgconfig
 	dh_install -ppython3-jellyfish
 	set -e && for i in $(build3vers); do \
-	  cd swig/python \
+	  cd swig/python ; \
 	  python$$i ./setup.py install --install-layout=deb --root ../../debian/python3-jellyfish; \
+	  cd ../.. ; \
 	done
 
 	dh_install

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



More information about the debian-med-commit mailing list