We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5011f commit f3847f3Copy full SHA for f3847f3
framework/core/Project/Tika_core.pm
@@ -82,8 +82,8 @@ sub _post_checkout {
82
# Check whether ant build file exists
83
unless (-e "$work_dir/build.xml") {
84
my $build_files_dir = "$PROJECTS_DIR/$PID/build_files/$rev_id";
85
- if (-d "$build_files_dir") {
86
- 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;
87
}
88
89
0 commit comments