From 25956fef108f656d30d1c28d13d4927f05b6b63c Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Fri, 7 Nov 2008 14:46:50 +1100 Subject: [PATCH] Makefile: install udev file into $DESTDIR Forgot the $DESTDIR in the install target :-( Signed-off-by: NeilBrown --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85174b1c..afbd7120 100644 --- a/Makefile +++ b/Makefile @@ -199,7 +199,7 @@ install-man: mdadm.8 md.4 mdadm.conf.5 $(INSTALL) -D -m 644 mdadm.conf.5 $(DESTDIR)$(MAN5DIR)/mdadm.conf.5 install-udev: udev-md-raid.rules - $(INSTALL) -D -m 644 udev-md-raid.rules /lib/udev/rules.d/64-md-raid.rules + $(INSTALL) -D -m 644 udev-md-raid.rules $(DESTDIR)/lib/udev/rules.d/64-md-raid.rules uninstall: rm -f $(DESTDIR)$(MAN8DIR)/mdadm.8 md.4 $(DESTDIR)$(MAN4DIR)/md.4 $(DESTDIR)$(MAN5DIR)/mdadm.conf.5 $(DESTDIR)$(BINDIR)/mdadm -- 2.39.2