chiark / gitweb /
fix make install, as we don't provide a default rule set anymore
authorKay Sievers <kay.sievers@suse.de>
Fri, 12 Aug 2005 00:07:50 +0000 (02:07 +0200)
committerKay Sievers <kay.sievers@suse.de>
Fri, 12 Aug 2005 00:07:50 +0000 (02:07 +0200)
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 <kay.sievers@suse.de>
Makefile

index 53811703d045c1cc1e2d43b3bec541f8d1a2e730..e14cb1898160d47daaa23fe7595e035c6ed140ec 100644 (file)
--- 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: