r8388: fix typo in installman script
authorGerald Carter <jerry@samba.org>
Tue, 12 Jul 2005 17:23:19 +0000 (17:23 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:00:04 +0000 (11:00 -0500)
(This used to be commit 30b03519c0320bdc85ece51aaf814c4b66896df8)

source3/script/installman.sh

index 5564ac02318e276d4d52ae0450c4f18537673028..9cd91008392aaf9c0becbedb6183872fec99e871 100755 (executable)
@@ -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