diff options
author | LOLi <[email protected]> | 2017-12-17 23:14:07 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-12-17 14:14:07 -0800 |
commit | e2d936e0f893084384a0d29ddf2edfd9f68deaf2 (patch) | |
tree | 920a5959b5fffbb4add40a3fc4ce4354c4a6ac4e /cmd/mount_zfs | |
parent | ee410eefc2a9c0f0e77bd765894ee7767af647ea (diff) |
Honor --with-mounthelperdir where applicable
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Giuseppe Di Natale <[email protected]>
Signed-off-by: loli10K <[email protected]>
Closes #6962
Diffstat (limited to 'cmd/mount_zfs')
-rw-r--r-- | cmd/mount_zfs/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/mount_zfs/Makefile.am b/cmd/mount_zfs/Makefile.am index bc9fb4c34..7adedd63b 100644 --- a/cmd/mount_zfs/Makefile.am +++ b/cmd/mount_zfs/Makefile.am @@ -7,6 +7,8 @@ DEFAULT_INCLUDES += \ # # Ignore the prefix for the mount helper. It must be installed in /sbin/ # because this path is hardcoded in the mount(8) for security reasons. +# However, if needed, the configure option --with-mounthelperdir= can be used +# to override the default install location. # sbindir=$(mounthelperdir) sbin_PROGRAMS = mount.zfs |