From: Colin Guthrie Date: Sat, 4 Dec 2010 12:01:01 +0000 (+0000) Subject: build-sys: Fix make distcheck failure due to udev rules fixed install path X-Git-Url: https://code.delx.au/pulseaudio/commitdiff_plain/2f67d6b65154e8bb3f4463a9c4c551a6cdae2d46 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. --- 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"