From e1bcecec1b042d3ca91391af3840c06e4c8f72ac Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 28 Jun 2005 10:37:06 +0000 Subject: [PATCH] add mount.fuse --- ChangeLog | 4 ++++ util/Makefile.am | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index c94133d..5a6af1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-06-28 Miklos Szeredi + + * Add 'mount.fuse' written by Petr Klima + 2005-06-20 Miklos Szeredi * Fix UCLIBC compile error. Patch by Christian Magnusson diff --git a/util/Makefile.am b/util/Makefile.am index 48f9957..4b6f7d1 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -7,3 +7,11 @@ fusermount_SOURCES = fusermount.c install-exec-hook: -chown root $(DESTDIR)$(bindir)/fusermount -chmod u+s $(DESTDIR)$(bindir)/fusermount + +EXTRA_DIST: mount.fuse + +install-exec-local: + $(INSTALL_PROGRAM) $(srcdir)/mount.fuse $(DESTDIR)/sbin/mount.fuse + +uninstall-local: + rm -f $(DESTDIR)/sbin/mount.fuse -- 2.30.2