From 34ee4dd4553160b082b6bc44a6e5be74787cd085 Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Tue, 27 Jan 2004 18:54:24 -0800 Subject: [PATCH] [PATCH] fix Makefile typo for USE_LSB install. Thanks to Martin Schwenke for pointing this out. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d43899b9e..c68fd3731 100644 --- a/Makefile +++ b/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 -- 2.30.2