we should preserve timestamps when copying bundle/ to build/.

pull/4/head
agentzh (章亦春) 13 years ago
parent 0556e081b8
commit 0597fedf6e

2
util/configure vendored

@ -291,7 +291,7 @@ sub build_resty_opts {
die "build/ directory already exists\n";
}
shell "cp -r bundle/ build/";
shell "cp -rp bundle/ build/";
cd 'build';

Loading…
Cancel
Save