summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2010-12-04 12:01:01 +0000
committerColin Guthrie <cguthrie@mandriva.org>2010-12-05 15:59:06 +0000
commit2f67d6b65154e8bb3f4463a9c4c551a6cdae2d46 (patch)
treef5dde6277d1694877453d750863d062794c1e500 /Makefile.am
parent3e28f60592656e14cd18fb708a57b4d8a81422ea (diff)
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
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"