diff options
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) |