aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.de.marchi@gmail.com>2012-05-23 23:05:04 -0300
committerLucas De Marchi <lucas.de.marchi@gmail.com>2012-06-05 00:54:46 -0300
commit851ee75c19cb025ae204a4d5a5a0178b4e97f056 (patch)
tree173845da40b49c8a6fd0c2028858e7b29430c1cc
parent90fc410b328d8d5ecc3b159a5a4529f76f77f790 (diff)
downloadkmod-851ee75c19cb025ae204a4d5a5a0178b4e97f056.tar.gz
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.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e04e7f7..c3d380c 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)