diff options
| author | Pavan Sondur <pavan@gluster.com> | 2009-11-04 02:03:05 +0000 | 
|---|---|---|
| committer | Anand V. Avati <avati@dev.gluster.com> | 2009-11-03 23:54:06 -0800 | 
| commit | 47da643a0e9d8786489fe3173de318732556b6f0 (patch) | |
| tree | 087d50593713662623ef4c98b425eac884e0421a | |
| parent | 7bd570a007202e6eb505091dba611b8320633a26 (diff) | |
Do not abort make install if a chown on the fuser-mount script does not succeed.
Signed-off-by: Pavan Vilas Sondur <pavan@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
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
| -rw-r--r-- | contrib/fuse-util/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fuse-util/Makefile.am b/contrib/fuse-util/Makefile.am index 06b6cb6da72..42609a6883d 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 =  | 
