1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r8388: fix typo in installman script

This commit is contained in:
Gerald Carter 2005-07-12 17:23:19 +00:00 committed by Gerald (Jerry) Carter
parent 9d507b218d
commit 30b03519c0

View File

@ -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