diff options
author | Anand V. Avati <avati@dev.gluster.com> | 2009-10-27 05:52:16 -0700 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-10-27 05:52:16 -0700 |
commit | 5674c41b3ea4eac8fe8f4f74bd978699bc847332 (patch) | |
tree | 65821c9f00a4c75d6cf2c4013683b7e3dca7624b /extras/init.d | |
parent | fad22625b4012e9a5d6b29bb23f0d864c611ae1c (diff) |
extras/init.d: make install directory configurable with --with-initdir
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 404c73267..6f479e7ca 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) |