225 |
fatal("cannot stat directory: %s", destination); |
fatal("cannot stat directory: %s", destination); |
226 |
} |
} |
227 |
|
|
228 |
|
/* copy the resources */ |
229 |
|
jscoverage_copy_resources(destination); |
230 |
|
|
231 |
/* finally: copy the directory */ |
/* finally: copy the directory */ |
232 |
struct DirListEntry * list = make_recursive_dir_list(source); |
struct DirListEntry * list = make_recursive_dir_list(source); |
233 |
for (struct DirListEntry * p = list; p != NULL; p = p->next) { |
for (struct DirListEntry * p = list; p != NULL; p = p->next) { |