From 47e297bc8de7bed9de5fc7ce2456c1d414301eca Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 11 Oct 2005 16:12:40 +0000 Subject: r10904: build patches from Marc Balmer when builddir!=srcdir (This used to be commit b7fc4045185f2f0ec27aa72656163e9249ad7b85) --- 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 9cd9100839..6278012635 100755 --- a/source3/script/installman.sh +++ b/source3/script/installman.sh @@ -13,7 +13,7 @@ if [ $# -ge 4 ] ; then GROFF=$4 # sh cmd line, including options fi -if test ! -d ../docs/manpages; then +if test ! -d $SRCDIR../docs/manpages; then echo "No manpages present. SVN development version maybe?" exit 0 fi -- cgit