[PATCH] Makefile fix

Remove the rest of the debian stuff too, to make install working again.
This commit is contained in:
kay.sievers@vrfy.org 2004-10-14 01:42:33 -07:00 committed by Greg KH
parent 817c223af3
commit 218f11bcf1

View file

@ -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: