diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
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 |