From d1703344735d9c4df89b84310deaf1b9703f8c49 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Wed, 15 Apr 2009 01:00:01 -0700 Subject: Fixed the build problems observed Signed-off-by: Anand V. Avati --- extras/init.d/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras') diff --git a/extras/init.d/Makefile.am b/extras/init.d/Makefile.am index da9bb0078..5e65ae033 100644 --- a/extras/init.d/Makefile.am +++ b/extras/init.d/Makefile.am @@ -7,7 +7,7 @@ initdir = /etc/init.d $(GF_DISTRIBUTION): $(mkdir_p) $(DESTDIR)$(initdir) - $(INSTALL_PROGRAM) $(srcdir)/glusterfsd-$(GF_DISTRIBUTION) $(DESTDIR)$(initdir)/glusterfsd + $(INSTALL_PROGRAM) $(abs_top_srcdir)/extras/init.d/glusterfsd-$(GF_DISTRIBUTION) $(DESTDIR)$(initdir)/glusterfsd install-exec-local: $(GF_DISTRIBUTION) -- cgit