[pysph] 08/09: Fix binary-arch build. Thanks to Aaron M. Ucko. (Closes: #787967)

Anton Gladky gladk at moszumanska.debian.org
Sun Jun 7 07:32:21 UTC 2015


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

gladk pushed a commit to branch master
in repository pysph.

commit 512783a8a1fcf3d08f500d166fbbd288c9d5f526
Author: Anton Gladky <gladk at debian.org>
Date:   Sun Jun 7 08:17:02 2015 +0200

    Fix binary-arch build. Thanks to Aaron M. Ucko. (Closes: #787967)
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b312361..18a9adc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,4 +20,4 @@ override_dh_installdocs:
 	make doc
 	dh_installdocs
 	dh_sphinxdoc
-	find $(CURDIR)/debian/pysph-doc/usr/share/doc/pysph-doc/html -type f -print0 | xargs -0 sed -i 's/http:\/\/cdn.mathjax.org\/mathjax\/latest/\/usr\/share\/javascript\/mathjax/g'
+	find $(CURDIR)/debian/pysph-doc/usr/share/doc/pysph-doc/html -type f -print0 | xargs --no-run-if-empty -0 sed -i 's/http:\/\/cdn.mathjax.org\/mathjax\/latest/\/usr\/share\/javascript\/mathjax/g'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pysph.git



More information about the debian-science-commits mailing list