[PATCH] fix Makefile typo for USE_LSB install.

Thanks to Martin Schwenke <martin@meltin.net> for pointing this out.
This commit is contained in:
greg@kroah.com 2004-01-27 18:54:24 -08:00 committed by Greg KH
parent 01fc67683a
commit 34ee4dd455
1 changed files with 1 additions and 1 deletions

View File

@ -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