From b991a308af05c3eb40e520de06be44fb5c20d033 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Thu, 5 Sep 2019 22:02:01 +0200 Subject: [PATCH] Set sysconfdir to /etc when dist checking This makes the command line stable so that we can get ccache hits. --- dev.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.mk.in b/dev.mk.in index 2b1fda81c..6d513e9b3 100644 --- a/dev.mk.in +++ b/dev.mk.in @@ -143,7 +143,7 @@ define do_distcheck chmod -R a-w $(dist_dir) && \ chmod u+w $(dist_dir)/build && \ cd $(dist_dir)/build && \ - ../configure --enable-more-warnings --prefix=$$tmpdir/root $(1) && \ + ../configure --enable-more-warnings --prefix=$$tmpdir/root --sysconfdir=/etc $(1) && \ $(MAKE) install V=1 && \ $(MAKE) installcheck V=1) && \ chmod -R u+w $$tmpdir/$(dist_dir) && \ -- 2.47.3