mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-14 18:45:48 +07:00
[PATCH] make /etc/hotplug.d/default/udev.hotplug symlink point to udevsend now.
This commit is contained in:
parent
977083c253
commit
db8f5cf28c
4
Makefile
4
Makefile
@ -358,8 +358,8 @@ install: install-config install-dbus-policy all
|
||||
fi
|
||||
$(INSTALL_DATA) -D udev.8 $(DESTDIR)$(mandir)/man8/udev.8
|
||||
$(INSTALL_DATA) -D udevinfo.8 $(DESTDIR)$(mandir)/man8/udevinfo.8
|
||||
- rm -f $(DESTDIR)$(hotplugdir)/$(HOTPLUG_EXEC).hotplug
|
||||
- ln -f -s $(sbindir)/$(HOTPLUG_EXEC) $(DESTDIR)$(hotplugdir)/udev.hotplug
|
||||
- rm -f $(DESTDIR)$(hotplugdir)/$(ROOT).hotplug
|
||||
- ln -f -s $(sbindir)/$(SENDER) $(DESTDIR)$(hotplugdir)/$(ROOT).hotplug
|
||||
@extras="$(EXTRAS)" ; for target in $$extras ; do \
|
||||
echo $$target ; \
|
||||
$(MAKE) prefix=$(prefix) LD="$(LD)" SYSFS="$(SYSFS)" \
|
||||
|
Loading…
Reference in New Issue
Block a user