[Pkg-zsh-commits] [zsh] 01/02: Fix one test-suite failure on static builds due to non-existent $HOME

Axel Beckert abe at deuxchevaux.org
Mon Dec 2 17:59:15 UTC 2013


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

abe pushed a commit to branch debian
in repository zsh.

commit 1e707e44bb308f01630ba0b52df9afc8ad678508
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Dec 2 18:22:56 2013 +0100

    Fix one test-suite failure on static builds due to non-existent $HOME
    
    Thanks to Bart Schaefer and Peter Stephenson for spotting the cause.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 92c57d1..80ff7a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,7 +75,7 @@ configure-stamp: configure
 
 configure-static-stamp: configure
 	dh_testdir
-	mkdir obj-static
+	mkdir -p obj-static/testhome
 	dh_auto_configure -B obj-static -- $(CONFIGFLAGS) $(STATICFLAGS)
 #	cp debian/static.conf obj-static/Src/mymods.conf
 	sed -i -e 's/files.mdd link=no/files.mdd link=static/;s/stat.mdd link=no/stat.mdd link=static/' \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list