r20666: Also do not install the smbmnt man page if SMBMOUNT_PROGS is not set.
authorLars Müller <lmuelle@samba.org>
Wed, 10 Jan 2007 20:08:25 +0000 (20:08 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:17:01 +0000 (12:17 -0500)
(This used to be commit aa122be8f7a33ebceeb43e4f0c5362047560b199)

source3/script/installman.sh

index b879c79022f9d70339fd3522bcb805e8a47e1cc8..2bb490f011e8b93def1feed49e6f265ca35382c3 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 ;;
-               smbmount.8) test -z "${SMBMOUNT_PROGS}" && continue ;;
+               smbmnt.8|smbmount.8) test -z "${SMBMOUNT_PROGS}" && continue ;;
                *) ;;
            esac