[Gluster-devel] [PATCH 1/4] Fixed to support parallel make install.
matsuu at gmail.com
matsuu at gmail.com
Fri May 15 14:54:17 UTC 2009
From: MATSUU Takuto <matsuu at gentoo.org>
---
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 0609179..548ed3a 100644
--- a/glusterfsd/src/Makefile.am
+++ b/glusterfsd/src/Makefile.am
@@ -20,5 +20,6 @@ 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
ln -s glusterfsd $(DESTDIR)$(sbindir)/glusterfs
--
1.6.3
More information about the Gluster-devel
mailing list