r10676: reverting bad merge for install manpages script
authorGerald Carter <jerry@samba.org>
Sat, 1 Oct 2005 19:41:29 +0000 (19:41 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:04:50 +0000 (11:04 -0500)
(This used to be commit 50549fa9b3f6d6eaf7da70cb8d7595b32917aade)

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