diff options
-rwxr-xr-x | source3/script/installman.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/installman.sh b/source3/script/installman.sh index 12a63e26c0..ba78b56806 100755 --- a/source3/script/installman.sh +++ b/source3/script/installman.sh @@ -18,7 +18,7 @@ done for sect in 1 5 7 8 ; do for m in $MANDIR/man$sect ; do - for s in $SRCDIR../docs/*$sect; do + for s in $SRCDIR../docs/manpages/*$sect; do FNAME=$m/`basename $s` echo Installing $FNAME cp $s $m || echo Cannot create $FNAME... does $USER have privileges? |