From: kay.sievers@vrfy.org Date: Thu, 14 Oct 2004 08:42:33 +0000 (-0700) Subject: [PATCH] Makefile fix X-Git-Tag: 039~18 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=218f11bcf1ab339216337405a70e6cd0ec56a644;p=elogind.git [PATCH] Makefile fix Remove the rest of the debian stuff too, to make install working again. --- diff --git a/Makefile b/Makefile index 4849eff46..9922d6f17 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: