Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
stmuk committed Oct 12, 2015
1 parent c90c919 commit 30ef615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Build is Panda::Builder {
$dest = $dest-pref ~ $dest.split("$workdir/doc")[1];

my $dest-dir = $dest.IO.dirname;
mkpath $dest-dir unless $dest.IO.d;
mkpath $dest-dir unless $dest-dir.IO.d;

cp($file, $dest);
}
Expand Down

0 comments on commit 30ef615

Please sign in to comment.