summaryrefslogtreecommitdiffstats
path: root/extras/init.d/Makefile.am
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:28:26 -0700
commitf5d0e815b43b3957396dd6c4a768ba87db2ae9c5 (patch)
tree0c9d52c458cb0159f6cb950ded1a0ff8d82d859e /extras/init.d/Makefile.am
parent4e89da5054837a2266fe1732a309c341dd6cd663 (diff)
Remove absolute path for init scripts.
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'extras/init.d/Makefile.am')
-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 7d8deb74..1922e6ba 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)