From 47da643a0e9d8786489fe3173de318732556b6f0 Mon Sep 17 00:00:00 2001 From: Pavan Sondur Date: Wed, 4 Nov 2009 02:03:05 +0000 Subject: Do not abort make install if a chown on the fuser-mount script does not succeed. Signed-off-by: Pavan Vilas Sondur Signed-off-by: Anand V. Avati BUG: 343 (Placeholder bug for adding volgen into rpm, bdb makefile changes, etc) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=343 --- contrib/fuse-util/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/fuse-util/Makefile.am b/contrib/fuse-util/Makefile.am index 06b6cb6da..42609a688 100644 --- a/contrib/fuse-util/Makefile.am +++ b/contrib/fuse-util/Makefile.am @@ -6,7 +6,7 @@ noinst_HEADERS = mount_util.h AM_CFLAGS = -Wall -D_FILE_OFFSET_BITS=64 -DFUSE_UTIL $(GF_CFLAGS) install-exec-hook: - chown root $(DESTDIR)$(bindir)/fusermount-glusterfs + -chown root $(DESTDIR)$(bindir)/fusermount-glusterfs chmod u+s $(DESTDIR)$(bindir)/fusermount-glusterfs CLEANFILES = -- cgit