diff options
author | Csaba Henk <csaba@zresearch.com> | 2009-03-25 02:19:14 +0100 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-03-26 16:31:07 +0530 |
commit | a2d44f8cd32988ad52ad924b61a2ef5fc41e4b0e (patch) | |
tree | 270d1ec5a96c4883cb6cc4693d05e3d62534359c /xlators | |
parent | ec5a5fa20823aed3127bdbea4e754ef308d81d89 (diff) |
make the location of the mount utility tunable at configure time
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/mount/fuse/utils/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mount/fuse/utils/Makefile.am b/xlators/mount/fuse/utils/Makefile.am index 1217c30dafa..c626e2769fe 100644 --- a/xlators/mount/fuse/utils/Makefile.am +++ b/xlators/mount/fuse/utils/Makefile.am @@ -1,4 +1,4 @@ -utildir = $(destdir)/sbin +utildir = @mountutildir@ if GF_DARWIN_HOST_OS util_SCRIPTS = mount_glusterfs |