mirror of
https://github.com/samba-team/samba.git
synced 2025-12-02 00:23:50 +03:00
r20666: Also do not install the smbmnt man page if SMBMOUNT_PROGS is not set.
This commit is contained in:
committed by
Gerald (Jerry) Carter
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user