diff options
author | Harshavardhana <harsha@zresearch.com> | 2009-04-15 01:00:01 -0700 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-16 14:54:21 +0530 |
commit | d1703344735d9c4df89b84310deaf1b9703f8c49 (patch) | |
tree | ef40bf65d62d58f9c22b034ab9bdc7d59fa33af0 /extras/init.d | |
parent | e6c22c0587bbd9cb84969f5673db043c32e485ef (diff) |
Fixed the build problems observed
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'extras/init.d')
-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 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) |