From 0597fedf6ed6940b3c88fe3ed4f4478ef505518a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?agentzh=20=28=E7=AB=A0=E4=BA=A6=E6=98=A5=29?= Date: Mon, 27 Jun 2011 21:11:08 +0800 Subject: [PATCH] we should preserve timestamps when copying bundle/ to build/. --- util/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/configure b/util/configure index f2d292c..b93219e 100755 --- a/util/configure +++ b/util/configure @@ -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';