1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r20668: Also do not install the smbumount man page if we don't build smbumount.

(This used to be commit 82ce272b24)
This commit is contained in:
Lars Müller 2007-01-10 21:46:39 +00:00 committed by Gerald (Jerry) Carter
parent 1e8cbe46e0
commit c7f59d48c1

View File

@ -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