aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-10-14 01:42:33 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 22:02:44 -0700
commit218f11bcf1ab339216337405a70e6cd0ec56a644 (patch)
tree43baf6ad00ed3c1f8e14db4f6a2a9be998a52451 /Makefile
parent817c223af360b7ca518c9fe3065c641f6a17fbd3 (diff)
downloadudev-218f11bcf1ab339216337405a70e6cd0ec56a644.tar.gz
[PATCH] Makefile fix
Remove the rest of the debian stuff too, to make install working again.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4849eff4..9922d6f1 100644
--- 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: