diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-10-14 01:42:33 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 22:02:44 -0700 |
commit | 218f11bcf1ab339216337405a70e6cd0ec56a644 (patch) | |
tree | 43baf6ad00ed3c1f8e14db4f6a2a9be998a52451 /Makefile | |
parent | 817c223af360b7ca518c9fe3065c641f6a17fbd3 (diff) |
[PATCH] Makefile fix
Remove the rest of the debian stuff too, to make install working again.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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: |