mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r20666: Also do not install the smbmnt man page if SMBMOUNT_PROGS is not set.
This commit is contained in:
parent
9cecd62654
commit
aa122be8f7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user