From: Miklos Szeredi Date: Tue, 28 Jun 2005 10:37:06 +0000 (+0000) Subject: add mount.fuse X-Git-Tag: fuse_2_4_0_pre2~62 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e1bcecec1b042d3ca91391af3840c06e4c8f72ac;p=qemu-gpiodev%2Flibfuse.git add mount.fuse --- 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