From 851ee75c19cb025ae204a4d5a5a0178b4e97f056 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 23 May 2012 23:05:04 -0300 Subject: [PATCH] build-sys: provide --sysconfdir to make distcheck flags test-blacklist is accessing the wrong location in make distcheck, making the test to fail. Fix is by providing --sysconfdir=/etc in configure flags. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e04e7f73..c3d380c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -191,7 +191,7 @@ testsuite-distclean: DISTCLEAN_LOCAL_HOOKS += testsuite-distclean EXTRA_DIST += testsuite/rootfs -DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc +DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --sysconfdir=/etc distclean-local: $(DISTCLEAN_LOCAL_HOOKS) -- 2.47.3