[sqitch] 02/05: Explicitly set path to /etc
    zeha at debian.org 
    zeha at debian.org
       
    Tue Jul 22 17:11:15 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to branch master
in repository sqitch.
commit cd47c84ea48b73d9936a218868f1d5d66b6a8132
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Tue Jul 22 18:35:14 2014 +0200
    Explicitly set path to /etc
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 9144a70..67a5380 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,9 @@ BUILDHOME = $(CURDIR)/debian/build
 %:
 	dh $@
 
+override_dh_auto_configure:
+	dh_auto_configure -- --etcdir=/etc
+
 override_dh_clean:
 	dh_clean
 	rm -rf $(BUILDHOME)
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/sqitch.git
    
    
More information about the Pkg-perl-cvs-commits
mailing list