summaryrefslogtreecommitdiff
path: root/source3/script/installman.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source3/script/installman.sh')
-rwxr-xr-xsource3/script/installman.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/installman.sh b/source3/script/installman.sh
index b879c79022..2bb490f011 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 ;;
- smbmount.8) test -z "${SMBMOUNT_PROGS}" && continue ;;
+ smbmnt.8|smbmount.8) test -z "${SMBMOUNT_PROGS}" && continue ;;
*) ;;
esac