From 9c0ee1e20c857a580181d52cfbdce44d3c61b404 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Thu, 28 May 2009 02:46:45 +0000 Subject: Remove absolute path for init scripts. 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 7d8deb74f..1922e6bab 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) $(top_srcdir)/extras/init.d/glusterfsd-$(GF_DISTRIBUTION) $(DESTDIR)$(initdir)/glusterfsd + $(INSTALL_PROGRAM) glusterfsd-$(GF_DISTRIBUTION) $(DESTDIR)$(initdir)/glusterfsd install-exec-local: $(GF_DISTRIBUTION) -- cgit