diff options
Diffstat (limited to 'glusterfsd/src')
| -rw-r--r-- | glusterfsd/src/Makefile.am | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/glusterfsd/src/Makefile.am b/glusterfsd/src/Makefile.am index 17d7a4a8139..152654fc134 100644 --- a/glusterfsd/src/Makefile.am +++ b/glusterfsd/src/Makefile.am @@ -25,6 +25,7 @@ uninstall-local:  install-data-local:  	$(INSTALL) -d -m 755 $(DESTDIR)$(localstatedir)/run  	$(INSTALL) -d -m 755 $(DESTDIR)$(localstatedir)/log/glusterfs +	$(INSTALL) -d -m 755 $(DESTDIR)$(sbindir)  	rm -f $(DESTDIR)$(sbindir)/glusterfs  	rm -f $(DESTDIR)$(sbindir)/glusterd  	ln -s glusterfsd $(DESTDIR)$(sbindir)/glusterfs  | 
