diff options
author | Anand V. Avati <avati@dev.gluster.com> | 2009-11-03 04:41:09 -0800 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-11-03 04:41:09 -0800 |
commit | 05ba65c143ff35cf9a2bbd022711877efb8c67d4 (patch) | |
tree | 9e151d0205850fbd274c69a05f7d8ad92b0e2e14 /extras | |
parent | 28d10d5dfdca4015827679dcc9a18d0e75624287 (diff) |
use @initdir@ for installing init scripts
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 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) |