From c7f59d48c16d5c64d70b9c5224b7171b4cbc4b5e Mon Sep 17 00:00:00 2001 From: Lars Müller Date: Wed, 10 Jan 2007 21:46:39 +0000 Subject: r20668: Also do not install the smbumount man page if we don't build smbumount. (This used to be commit 82ce272b2464f06e8bcbed6452621daa05e12b5d) --- source3/script/installman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/script/installman.sh') 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 -- cgit