summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2008-11-07 14:46:50 +1100
committerNeilBrown <neilb@suse.de>2008-11-07 14:46:50 +1100
commit25956fef108f656d30d1c28d13d4927f05b6b63c (patch)
tree310d84fdafe9a1df802a27808e914be1c773f5c5 /Makefile
parent97f734fde22e64affd46c957d9184e536bcc1026 (diff)
downloadmdadm-25956fef108f656d30d1c28d13d4927f05b6b63c.tar.gz
mdadm-25956fef108f656d30d1c28d13d4927f05b6b63c.tar.xz
mdadm-25956fef108f656d30d1c28d13d4927f05b6b63c.zip
Makefile: install udev file into $DESTDIR
Forgot the $DESTDIR in the install target :-( Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85174b1..afbd712 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