chiark / gitweb /
[PATCH] fix Makefile typo for USE_LSB install.
authorgreg@kroah.com <greg@kroah.com>
Wed, 28 Jan 2004 02:54:24 +0000 (18:54 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:13:19 +0000 (21:13 -0700)
Thanks to Martin Schwenke <martin@meltin.net> for pointing this out.

Makefile

index d43899b9ed61ecf96bee947632735d2f010b037f..c68fd373125ed65492ab1fd4d37a44cea69ed647 100644 (file)
--- 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