[sasmodels] 06/10: Ensure temp dirs are available before build starts

Stuart Prescott stuart at debian.org
Sun Dec 31 07:17:25 UTC 2017


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

stuart pushed a commit to branch master
in repository sasmodels.

commit 15059312afd6a4fc634d9f738ae08eb99aaa5652
Author: Stuart Prescott <stuart at debian.org>
Date:   Sun Dec 31 00:46:35 2017 +1100

    Ensure temp dirs are available before build starts
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 809ec26..5540004 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,8 +23,8 @@ override_dh_clean:
 	find -name logs -type d -exec rm -rf {} +
 
 override_dh_auto_build:
-	dh_auto_build
 	mkdir -p $(POCL_CACHE_DIR) $(SAS_MODELPATH)
+	dh_auto_build
 	MPLBACKEND=Agg make -C doc html
 	ln -sf /usr/share/javascript/mathjax/ doc/_build/html/_static/mathjax
 

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



More information about the debian-science-commits mailing list