mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
we should preserve timestamps when copying bundle/ to build/.
This commit is contained in:
2
util/configure
vendored
2
util/configure
vendored
@ -291,7 +291,7 @@ sub build_resty_opts {
|
|||||||
die "build/ directory already exists\n";
|
die "build/ directory already exists\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
shell "cp -r bundle/ build/";
|
shell "cp -rp bundle/ build/";
|
||||||
|
|
||||||
cd 'build';
|
cd 'build';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user