mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +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)
|
$(INSTALL_PROGRAM) -D $(HELPER) $(DESTDIR)$(sbindir)/$(HELPER)
|
||||||
@if [ "x$(USE_LSB)" = "xtrue" ]; then \
|
@if [ "x$(USE_LSB)" = "xtrue" ]; then \
|
||||||
$(INSTALL_PROGRAM) -D etc/init.d/udev.init.LSB $(DESTDIR)$(initdir)/udev; \
|
$(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 \
|
else \
|
||||||
$(INSTALL_PROGRAM) -D etc/init.d/udev $(DESTDIR)$(initdir)/udev; \
|
$(INSTALL_PROGRAM) -D etc/init.d/udev $(DESTDIR)$(initdir)/udev; \
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user