chiark / gitweb /
[PATCH] Makefile fix
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Thu, 14 Oct 2004 08:42:33 +0000 (01:42 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 05:02:44 +0000 (22:02 -0700)
Remove the rest of the debian stuff too, to make install working again.

Makefile

index 4849eff46dd37a27c7f18414bee92ac7f23d7df9..9922d6f173c50d52582649f5fa4e0d554b9edf50 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -362,13 +362,11 @@ small_release: $(DISTFILES) clean
        @echo "Built $(RELEASE_NAME).tar.gz"
 
 
-install-initscript: etc/init.d/udev etc/init.d/udev.debian etc/init.d/udev.init.LSB
+install-initscript: etc/init.d/udev etc/init.d/udev.init.LSB
        @if [ -f /etc/redhat-release ]; then \
                $(INSTALL_DATA) -D etc/init.d/udev $(DESTDIR)$(initdir)/udev; \
        elif [ -f /etc/SuSE-release ]; then \
                $(INSTALL_DATA) -D etc/init.d/udev.init.LSB $(DESTDIR)$(initdir)/udev; \
-       elif [ -f /etc/debian_version ]; then \
-               $(INSTALL_DATA) -D etc/init.d/udev.debian $(DESTDIR)$(initdir)/udev; \
        fi
 
 install-config: