From 83a41eb3a716045bbf283d155b0a605ce7964bf7 Mon Sep 17 00:00:00 2001 From: Lars Müller Date: Wed, 10 Jan 2007 19:16:59 +0000 Subject: r20663: Do not install smbmount man page if we didn't called configure --with-smbmount. (This used to be commit ee12348cf1e93d0e75714f3883bfea6525797dc1) --- source3/script/installman.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/script/installman.sh') diff --git a/source3/script/installman.sh b/source3/script/installman.sh index 869ce6ee38..b879c79022 100755 --- a/source3/script/installman.sh +++ b/source3/script/installman.sh @@ -49,6 +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 ;; *) ;; esac -- cgit