mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +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:
parent
1e8cbe46e0
commit
c7f59d48c1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user