Skip to content

Commit

Permalink
tweak patch_blead custom action
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Jan 25, 2011
1 parent bc0b946 commit b061048
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/ModuleBuildBuilder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ sub ACTION_patch_blead {
next if $file =~ /\.svn/;
(my $dest = $file) =~ s{^blib/script}{$git_mb_dir/scripts};
$self->copy_if_modified(from => $file, to => $dest);
chmod 0644, $dest;
}

my @skip = qw{ t/par.t t/signature.t };
Expand Down

0 comments on commit b061048

Please sign in to comment.