[med-svn] r16546 - trunk/packages/python-biom-format/trunk/debian
Timothy Booth
tbooth-guest at moszumanska.debian.org
Mon Mar 31 17:38:53 UTC 2014
Author: tbooth-guest
Date: 2014-03-31 17:38:53 +0000 (Mon, 31 Mar 2014)
New Revision: 16546
Modified:
trunk/packages/python-biom-format/trunk/debian/rules
Log:
Fix bash-completion build after rearrangement of source directory.
Modified: trunk/packages/python-biom-format/trunk/debian/rules
===================================================================
--- trunk/packages/python-biom-format/trunk/debian/rules 2014-03-31 13:15:13 UTC (rev 16545)
+++ trunk/packages/python-biom-format/trunk/debian/rules 2014-03-31 17:38:53 UTC (rev 16546)
@@ -21,7 +21,7 @@
override_dh_auto_build:
dh_auto_build
cd doc && make man singlehtml
- env PYTHONPATH="`pwd`/python-code" pyqi make-bash-completion \
+ env PYTHONPATH=. pyqi make-bash-completion \
--command-config-module biom.interfaces.optparse.config \
--driver-name biom -o debian/bash-completion
More information about the debian-med-commit
mailing list