chiark / gitweb /
067 release
[elogind.git] / Makefile
index 53811703d045c1cc1e2d43b3bec541f8d1a2e730..dcfac9cf9d3122ccee0cfa5e0eea9b4bd46ecc97 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 =      066
+VERSION =      067
 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: