From 1e8cbe46e0c59b65f15c225a43fb64a1a5a69cfc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20M=C3=BCller?= Date: Wed, 10 Jan 2007 20:08:25 +0000 Subject: [PATCH] r20666: Also do not install the smbmnt man page if SMBMOUNT_PROGS is not set. (This used to be commit aa122be8f7a33ebceeb43e4f0c5362047560b199) --- source3/script/installman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/script/installman.sh b/source3/script/installman.sh index b879c79022f..2bb490f011e 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 ;; - smbmount.8) test -z "${SMBMOUNT_PROGS}" && continue ;; + smbmnt.8|smbmount.8) test -z "${SMBMOUNT_PROGS}" && continue ;; *) ;; esac -- 2.34.1