diff options
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/installman.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/script/installman.sh b/source3/script/installman.sh index 869ce6ee38..b879c79022 100755 --- a/source3/script/installman.sh +++ b/source3/script/installman.sh @@ -49,6 +49,7 @@ for lang in $langs; do # Check if this man page if required by the configured feature set case "${MP_BASENAME}" in smbsh.1) test -z "${SMBWRAPPER}" && continue ;; + smbmount.8) test -z "${SMBMOUNT_PROGS}" && continue ;; *) ;; esac |