From 1d4eb573239224b2886d1e066d544af31c29ce1f Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 12 Jul 2005 17:23:19 +0000 Subject: r8388: fix typo in installman script (This used to be commit 30b03519c0320bdc85ece51aaf814c4b66896df8) --- 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 5564ac0231..9cd9100839 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 ../docs/manpages; then echo "No manpages present. SVN development version maybe?" exit 0 fi -- cgit