Skip to content

Commit

Permalink
modify framework/core/Project/Tika_core.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
Fourseas54 committed Jul 5, 2023
1 parent 1c5011f commit f3847f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/core/Project/Tika_core.pm
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ sub _post_checkout {
# Check whether ant build file exists
unless (-e "$work_dir/build.xml") {
my $build_files_dir = "$PROJECTS_DIR/$PID/build_files/$rev_id";
if (-d "$build_files_dir") {
Utils::exec_cmd("cp $build_files_dir/* $work_dir", "Copy generated Ant build file") or die;
if (-d "$build_files_dir") {
Utils::exec_cmd("cp -r $build_files_dir/* $work_dir", "Copy generated Ant build file") or die;
}
}

Expand Down

0 comments on commit f3847f3

Please sign in to comment.