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:
parent
9d507b218d
commit
30b03519c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user