From e1bcecec1b042d3ca91391af3840c06e4c8f72ac Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 28 Jun 2005 10:37:06 +0000 Subject: add mount.fuse --- util/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'util') 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 -- cgit v1.2.3