From e28d6c0768962292f90b22a5a542a7f08b8dd934 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Tue, 6 May 2014 13:30:28 +1000 Subject: Fixed hard-coded libdir regression. --- heimdall/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'heimdall/Makefile.am') diff --git a/heimdall/Makefile.am b/heimdall/Makefile.am index 398a705..c793757 100644 --- a/heimdall/Makefile.am +++ b/heimdall/Makefile.am @@ -22,7 +22,7 @@ heimdall_LDADD = $(DEPS_LIBS) $(STATIC_LIBS) if LINUXTARGET -udevrulesdir = /lib/udev/rules.d +udevrulesdir = @libdir@/udev/rules.d udevrules_DATA = 60-heimdall.rules install-data-hook: -- cgit v1.2.3