summaryrefslogtreecommitdiffstats
path: root/source/script/installman.sh
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-07-12 17:23:19 +0000
committerGerald Carter <jerry@samba.org>2005-07-12 17:23:19 +0000
commit1eba49674e57cd62fbcacca17d6710b7ac253c35 (patch)
tree7940afab3ad1ccb8e7a8f4ef506fe162e1933d07 /source/script/installman.sh
parent1bc575356f234ab3ffcbcfe3cee293a8eda678dd (diff)
downloadsamba-1eba49674e57cd62fbcacca17d6710b7ac253c35.tar.gz
samba-1eba49674e57cd62fbcacca17d6710b7ac253c35.tar.xz
samba-1eba49674e57cd62fbcacca17d6710b7ac253c35.zip
r8388: fix typo in installman script
Diffstat (limited to 'source/script/installman.sh')
-rwxr-xr-xsource/script/installman.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/script/installman.sh b/source/script/installman.sh
index 5564ac02318..9cd91008392 100755
--- a/source/script/installman.sh
+++ b/source/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