chiark / gitweb /
fix make install, as we don't provide a default rule set anymore
[elogind.git] / Makefile
index ecc798de89ca5f7177dbd96a12fe980896dbf95c..e14cb1898160d47daaa23fe7595e035c6ed140ec 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ EXTRAS=
 # make the build silent. Set this to something else to make it noisy again.
 V=false
 
-VERSION =      065
+VERSION =      066
 ROOT =         udev
 DAEMON =       udevd
 SENDER =       udevsend
@@ -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: