[sfepy] 02/03: Fix home-dir for doc-build. (Closes: #793348)

Anton Gladky gladk at moszumanska.debian.org
Wed Aug 26 22:27:24 UTC 2015


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

gladk pushed a commit to branch master
in repository sfepy.

commit 26c4fc5468d5b38f32ec1774d355b2d8cad890bc
Author: Anton Gladky <gladk at debian.org>
Date:   Thu Aug 27 00:23:46 2015 +0200

    Fix home-dir for doc-build. (Closes: #793348)
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index d666384..f261cc3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 export PYTHONPATH := $(CURDIR):$(CURDIR)/script:$(CURDIR)/doc:$(PYTHONPATH);
+export HOME := $(CURDIR)/debian/HOME
 
 %:
 	dh $@ --with python2 --buildsystem=pybuild
@@ -10,6 +11,7 @@ override_dh_auto_clean:
 override_dh_auto_test:
 
 override_dh_auto_install:
+	mkdir -p $(HOME)/.sfepy
 	dh_auto_install
 	dh_numpy
 	$(MAKE) all

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



More information about the debian-science-commits mailing list