From: Miklos Szeredi Date: Tue, 1 Jun 2010 09:45:52 +0000 (+0000) Subject: * Remove "chmod root" from install of fusermount X-Git-Tag: fuse_2_9_start X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6433d1b8cbd8c7befaf50922858632daf2b33c8f;p=qemu-gpiodev%2Flibfuse.git * Remove "chmod root" from install of fusermount --- diff --git a/ChangeLog b/ChangeLog index f7616fd..083bce4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-05-10 Miklos Szeredi + + * Remove "chmod root" from install of fusermount. Reported by + Lucas C. Villa Real + 2010-04-26 Miklos Szeredi * Released 2.8.4 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; \