From 5674c41b3ea4eac8fe8f4f74bd978699bc847332 Mon Sep 17 00:00:00 2001 From: "Anand V. Avati" Date: Tue, 27 Oct 2009 05:52:16 -0700 Subject: extras/init.d: make install directory configurable with --with-initdir --- extras/init.d/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras') diff --git a/extras/init.d/Makefile.am b/extras/init.d/Makefile.am index 404c73267f4..6f479e7ca5b 100644 --- a/extras/init.d/Makefile.am +++ b/extras/init.d/Makefile.am @@ -3,7 +3,7 @@ EXTRA_DIST = glusterfsd-Debian glusterfsd-Redhat glusterfsd-SuSE glusterfs-serve CLEANFILES = -initdir = /etc/init.d +initdir = @initdir@ $(GF_DISTRIBUTION): $(mkdir_p) $(DESTDIR)$(initdir) -- cgit