From 2f67d6b65154e8bb3f4463a9c4c551a6cdae2d46 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sat, 4 Dec 2010 12:01:01 +0000 Subject: build-sys: Fix make distcheck failure due to udev rules fixed install path I don't know why this does not honour DESTDIR or similar during distcheck but this simple enough patch fixes it. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5385bf32..b8e22eae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -87,3 +87,5 @@ $(top_srcdir)/.version: DISTCLEANFILES = \ po/.intltool-merge-cache + +DISTCHECK_CONFIGURE_FLAGS = --with-udev-rules-dir="$$dc_install_base/lib/udev/rules.d" -- cgit