From: Kay Sievers Date: Fri, 12 Aug 2005 00:07:50 +0000 (+0200) Subject: fix make install, as we don't provide a default rule set anymore X-Git-Tag: 174~2626 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=d2e8d41b9c7bacd8169c4cb1d15b7bc95445d34b fix make install, as we don't provide a default rule set anymore Several people complained about the "default" rules and the "default" setup. Here we start to remove things where we can't hava a "default". The best examples for rules are in the distro folders, just pick the one that matches your needs and start from there. Signed-off-by: Kay Sievers --- diff --git a/Makefile b/Makefile index 53811703d..e14cb1898 100644 --- a/Makefile +++ b/Makefile @@ -356,8 +356,9 @@ install-config: $(INSTALL_DATA) $(LOCAL_CFG_DIR)/udev.conf $(DESTDIR)$(configdir); \ fi @if [ ! -r $(DESTDIR)$(configdir)/rules.d/50-udev.rules ]; then \ - echo $(INSTALL_DATA) $(LOCAL_CFG_DIR)/udev.rules $(DESTDIR)$(configdir)/rules.d/50-udev.rules; \ - $(INSTALL_DATA) $(LOCAL_CFG_DIR)/udev.rules $(DESTDIR)$(configdir)/rules.d/50-udev.rules; \ + echo ; \ + echo "pick a udev rules file from the etc/udev directory that matches your distribution"; \ + echo ; \ fi install-man: