mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-15 11:07:24 +07:00
[PATCH] fix Makefile typo for USE_LSB install.
Thanks to Martin Schwenke <martin@meltin.net> for pointing this out.
This commit is contained in:
parent
01fc67683a
commit
34ee4dd455
2
Makefile
2
Makefile
@ -339,7 +339,7 @@ install: install-config install-dbus-policy all
|
||||
$(INSTALL_PROGRAM) -D $(HELPER) $(DESTDIR)$(sbindir)/$(HELPER)
|
||||
@if [ "x$(USE_LSB)" = "xtrue" ]; then \
|
||||
$(INSTALL_PROGRAM) -D etc/init.d/udev.init.LSB $(DESTDIR)$(initdir)/udev; \
|
||||
ln -s $(DESTDIR)$(initdir)/udev $(sbin_dir)/rcudev; \
|
||||
ln -s $(DESTDIR)$(initdir)/udev $(sbindir)/rcudev; \
|
||||
else \
|
||||
$(INSTALL_PROGRAM) -D etc/init.d/udev $(DESTDIR)$(initdir)/udev; \
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user