diff options
author | Harshavardhana <harsha@zresearch.com> | 2009-05-28 02:46:45 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-05-29 02:54:08 -0700 |
commit | 9c0ee1e20c857a580181d52cfbdce44d3c61b404 (patch) | |
tree | 4381bed68d7fb16e6d5ad6f8e136248f93fc871c /extras | |
parent | 154e7127259412a43862ef48422979ec5ba1d01e (diff) |
Remove absolute path for init scripts.
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/init.d/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/init.d/Makefile.am b/extras/init.d/Makefile.am index 7d8deb74fe2..1922e6babd4 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) |