From 6433d1b8cbd8c7befaf50922858632daf2b33c8f Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 1 Jun 2010 09:45:52 +0000 Subject: * Remove "chmod root" from install of fusermount --- util/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'util') diff --git a/util/Makefile.am b/util/Makefile.am index ce5d726..b9bcdaa 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -14,7 +14,6 @@ ulockmgr_server_CPPFLAGS = -D_FILE_OFFSET_BITS=64 -D_REENTRANT ulockmgr_server_LDFLAGS = -pthread install-exec-hook: - -chown root $(DESTDIR)$(bindir)/fusermount -chmod u+s $(DESTDIR)$(bindir)/fusermount @if test ! -e $(DESTDIR)/dev/fuse; then \ $(mkdir_p) $(DESTDIR)/dev; \ -- cgit v1.2.3