Skip to content

Commit

Permalink
Fix install problem: t+
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Kegler authored and Jeffrey Kegler committed Jul 3, 2012
1 parent 2549d02 commit d562614
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions r2/Changes
Expand Up @@ -25,6 +25,8 @@ Revision history for Marpa::R2

* A new series of developer's releases

* Documented Libmarpa API and Marpa::R2::Thin.

* Added context variables

2.008000
Expand Down
2 changes: 1 addition & 1 deletion r2/inc/Marpa/R2/Build_Me.pm
Expand Up @@ -310,7 +310,7 @@ sub do_libmarpa {
}

# Otherwise, rebuild from scratch
File::Path->remove_tree($build_dir);
File::Path::rmtree($build_dir);

if ( $self->verbose() ) {
say join q{ }, "Running command: tar -xf $tar_file"
Expand Down

0 comments on commit d562614

Please sign in to comment.