summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco d'Itri <md@Linux.IT>2005-09-16 21:05:15 +0200
committerKay Sievers <kay.sievers@suse.de>2005-09-16 21:05:15 +0200
commit77914dfeda9caae155f7dcdbeb06dc8574a6f4ad (patch)
tree7cf284ab7aeb0ad9a69dfb1963a56686290b639f
parent8355c61b485dd93683d724469bf88b56fd32a463 (diff)
run_directory: fix typo in "make install"
-rw-r--r--extras/run_directory/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/run_directory/Makefile b/extras/run_directory/Makefile
index 8444c3ba63..20b3af340c 100644
--- a/extras/run_directory/Makefile
+++ b/extras/run_directory/Makefile
@@ -47,7 +47,7 @@ clean:
install-bin: all
$(INSTALL_PROGRAM) udev_run_devd $(DESTDIR)$(sbindir)/udev_run_devd
- $(INSTALL_PROGRAM) udev_run_devd $(DESTDIR)$(sbindir)/udev_run_hotplugd
+ $(INSTALL_PROGRAM) udev_run_hotplugd $(DESTDIR)$(sbindir)/udev_run_hotplugd
.PHONY: install-bin
uninstall-bin: