diff options
| -rwxr-xr-x | source3/script/installman.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/installman.sh b/source3/script/installman.sh index 2bb490f011..7edc707ab0 100755 --- a/source3/script/installman.sh +++ b/source3/script/installman.sh @@ -49,7 +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 ;; -		smbmnt.8|smbmount.8) test -z "${SMBMOUNT_PROGS}" && continue ;; +		smbmnt.8|smbmount.8|smbumount.8) test -z "${SMBMOUNT_PROGS}" && continue ;;  		*) ;;  	    esac  | 
