From eb643585c53aa94bf3c6286d02f8a7ba68e9babd Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 8 Feb 2006 10:54:02 +0000 Subject: fix --- ChangeLog | 5 +++++ util/Makefile.am | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e87d83f..8c5d861 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-08 Miklos Szeredi + + * In some cases udev rule seems to be ineffective when installed + as 40-fuse.rules but work as 60-fuse.rules. Reported by John Hunt + 2006-02-03 Miklos Szeredi * Fix compilation when build directory is different from source diff --git a/util/Makefile.am b/util/Makefile.am index 8a79959..c07440a 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -24,8 +24,8 @@ install-exec-local: install-data-local: $(mkdir_p) $(DESTDIR)$(UDEV_RULES_PATH) - $(INSTALL_DATA) $(srcdir)/udev.rules $(DESTDIR)$(UDEV_RULES_PATH)/40-fuse.rules + $(INSTALL_DATA) $(srcdir)/udev.rules $(DESTDIR)$(UDEV_RULES_PATH)/60-fuse.rules uninstall-local: rm -f $(DESTDIR)$(MOUNT_FUSE_PATH)/mount.fuse - rm -f $(DESTDIR)$(UDEV_RULES_PATH)/40-fuse.rules + rm -f $(DESTDIR)$(UDEV_RULES_PATH)/60-fuse.rules -- cgit v1.2.3