summaryrefslogtreecommitdiff
path: root/source3/script/installman.sh
diff options
context:
space:
mode:
authorLars Müller <lmuelle@samba.org>2007-01-10 21:46:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:02 -0500
commitc7f59d48c16d5c64d70b9c5224b7171b4cbc4b5e (patch)
tree2743c6d3db5d642cf81d58190898b93b370ffc58 /source3/script/installman.sh
parent1e8cbe46e0c59b65f15c225a43fb64a1a5a69cfc (diff)
downloadsamba-c7f59d48c16d5c64d70b9c5224b7171b4cbc4b5e.tar.gz
samba-c7f59d48c16d5c64d70b9c5224b7171b4cbc4b5e.tar.bz2
samba-c7f59d48c16d5c64d70b9c5224b7171b4cbc4b5e.zip
r20668: Also do not install the smbumount man page if we don't build smbumount.
(This used to be commit 82ce272b2464f06e8bcbed6452621daa05e12b5d)
Diffstat (limited to 'source3/script/installman.sh')
-rwxr-xr-xsource3/script/installman.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/installman.sh b/source3/script/installman.sh
index 2bb490f011..7edc707ab0 100755
--- a/source3/script/installman.sh
+++ b/source3/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 ;;
- smbmnt.8|smbmount.8) test -z "${SMBMOUNT_PROGS}" && continue ;;
+ smbmnt.8|smbmount.8|smbumount.8) test -z "${SMBMOUNT_PROGS}" && continue ;;
*) ;;
esac