mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
run_directory: fix typo in "make install"
This commit is contained in:
parent
8355c61b48
commit
77914dfeda
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user