summaryrefslogtreecommitdiffstats
path: root/source/script/installman.sh
diff options
context:
space:
mode:
authorLars Müller <lmuelle@samba.org>2007-01-10 20:08:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:01 -0500
commitaa122be8f7a33ebceeb43e4f0c5362047560b199 (patch)
tree2c4dfa251dc90ff2b7a4d1315f9e19984e6659f1 /source/script/installman.sh
parent9cecd62654d22b47d938a44a8aed63c558d511ad (diff)
downloadsamba-aa122be8f7a33ebceeb43e4f0c5362047560b199.tar.gz
samba-aa122be8f7a33ebceeb43e4f0c5362047560b199.tar.xz
samba-aa122be8f7a33ebceeb43e4f0c5362047560b199.zip
r20666: Also do not install the smbmnt man page if SMBMOUNT_PROGS is not set.
Diffstat (limited to 'source/script/installman.sh')
-rwxr-xr-xsource/script/installman.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/script/installman.sh b/source/script/installman.sh
index b879c79022f..2bb490f011e 100755
--- a/source/script/installman.sh
+++ b/source/script/installman.sh
@@ -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