summaryrefslogtreecommitdiff
path: root/source3/script/installman.sh
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-07-12 17:23:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:00:04 -0500
commit1d4eb573239224b2886d1e066d544af31c29ce1f (patch)
treebcb88fbeead4ccaf2fc671a0557b75557e2a16c6 /source3/script/installman.sh
parent2bba724fc51f5d762dafcad5386803e2faad3275 (diff)
downloadsamba-1d4eb573239224b2886d1e066d544af31c29ce1f.tar.gz
samba-1d4eb573239224b2886d1e066d544af31c29ce1f.tar.bz2
samba-1d4eb573239224b2886d1e066d544af31c29ce1f.zip
r8388: fix typo in installman script
(This used to be commit 30b03519c0320bdc85ece51aaf814c4b66896df8)
Diffstat (limited to 'source3/script/installman.sh')
-rwxr-xr-xsource3/script/installman.sh2
1 files changed, 1 insertions, 1 deletions
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