]> code.delx.au - pulseaudio/commitdiff
build-sys: Fix make distcheck failure due to udev rules fixed install path
authorColin Guthrie <cguthrie@mandriva.org>
Sat, 4 Dec 2010 12:01:01 +0000 (12:01 +0000)
committerColin Guthrie <cguthrie@mandriva.org>
Sun, 5 Dec 2010 15:59:06 +0000 (15:59 +0000)
I don't know why this does not honour DESTDIR or similar during distcheck
but this simple enough patch fixes it.

Makefile.am

index 5385bf327aea58e45e229a460c887280606ae6dc..b8e22eaecdcb848feed980705e26b4f600b480bf 100644 (file)
@@ -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"