--- install.me,orig Sat Jun 26 21:57:05 1999 +++ install.me Sat Jun 26 22:06:55 1999 @@ -426,6 +426,8 @@ print STDOUT " $_ => "; ($file = $_) =~ s%.*/%%o; ($sect = $file) =~ s%.*\.%%o; + if (create_dir(join('', $OptValues{'manpath'}, + $DIRSEP, "man", $sect), 1) <= 0) { die "\n"; } $destfile = join('', $OptValues{'manpath'}, $DIRSEP, "man", $sect, $DIRSEP, $file); print STDOUT $destfile, "\n";