summaryrefslogtreecommitdiffstats
path: root/extras/init.d
diff options
context:
space:
mode:
authorHarshavardhana <harsha@zresearch.com>2009-05-28 02:46:45 +0000
committerAnand V. Avati <avati@dev.gluster.com>2009-05-29 02:54:08 -0700
commit9c0ee1e20c857a580181d52cfbdce44d3c61b404 (patch)
tree4381bed68d7fb16e6d5ad6f8e136248f93fc871c /extras/init.d
parent154e7127259412a43862ef48422979ec5ba1d01e (diff)
Remove absolute path for init scripts.
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'extras/init.d')
-rw-r--r--extras/init.d/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)