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

This commit is contained in:
agentzh (章亦春) 2011-06-27 21:11:08 +08:00
parent 0556e081b8
commit 0597fedf6e
1 changed files with 1 additions and 1 deletions

2
util/configure vendored
View File

@ -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';