r20668: Also do not install the smbumount man page if we don't build smbumount.
authorLars Müller <lmuelle@samba.org>
Wed, 10 Jan 2007 21:46:39 +0000 (21:46 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:17:02 +0000 (12:17 -0500)
(This used to be commit 82ce272b2464f06e8bcbed6452621daa05e12b5d)

source3/script/installman.sh

index 2bb490f011e8b93def1feed49e6f265ca35382c3..7edc707ab073de9556a6682eda2a8f6be318a877 100755 (executable)
@@ -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