diff options
author | Przemysław Pawełczyk <przemoc@gmail.com> | 2016-11-29 06:33:14 +0100 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-11-28 21:33:14 -0800 |
commit | dfbfee07abc9329715a12ce251e0ceeda8d78f19 (patch) | |
tree | 44015341e5c1fe85631d710768a88352efaad71c /util/Makefile.am | |
parent | 4fdf83f4dd2b0c3a0688d23de23ad953abf473ac (diff) | |
download | libfuse-dfbfee07abc9329715a12ce251e0ceeda8d78f19.tar.gz |
Rename more things from fuse to fuse3
Diffstat (limited to 'util/Makefile.am')
-rw-r--r-- | util/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index 32c4e1e..756afea 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -33,7 +33,7 @@ install-exec-local: $(MKDIR_P) $(DESTDIR)$(MOUNT_FUSE_PATH) $(INSTALL_PROGRAM) $(builddir)/mount.fuse3 $(DESTDIR)$(MOUNT_FUSE_PATH)/mount.fuse3 $(MKDIR_P) $(DESTDIR)$(INIT_D_PATH) - $(INSTALL_SCRIPT) $(srcdir)/init_script $(DESTDIR)$(INIT_D_PATH)/fuse + $(INSTALL_SCRIPT) $(srcdir)/init_script $(DESTDIR)$(INIT_D_PATH)/fuse3 @if test -x /usr/sbin/update-rc.d; then \ echo "/usr/sbin/update-rc.d fuse start 34 S . start 41 0 6 . || true"; \ /usr/sbin/update-rc.d fuse start 34 S . start 41 0 6 . || true; \ @@ -41,7 +41,7 @@ install-exec-local: install-data-local: $(MKDIR_P) $(DESTDIR)$(UDEV_RULES_PATH) - $(INSTALL_DATA) $(srcdir)/udev.rules $(DESTDIR)$(UDEV_RULES_PATH)/99-fuse.rules + $(INSTALL_DATA) $(srcdir)/udev.rules $(DESTDIR)$(UDEV_RULES_PATH)/99-fuse3.rules uninstall-local: rm -f $(DESTDIR)$(MOUNT_FUSE_PATH)/mount.fuse3 |