From: Cheng Zhao Date: Mon, 13 May 2013 07:27:49 +0000 (+0800) Subject: When copying bundle the symbol links should be kept. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=836f29add69bd179b850b04b7d9fa9747a5bcaae;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git When copying bundle the symbol links should be kept. --- diff --git a/script/create-dist b/script/create-dist index 74d5635..9a9a5a5 100755 --- a/script/create-dist +++ b/script/create-dist @@ -20,7 +20,7 @@ def main(): def copy_binaries(): - shutil.copytree(BUNDLE_DIR, os.path.join(DIST_DIR, BUNDLE_NAME)) + shutil.copytree(BUNDLE_DIR, os.path.join(DIST_DIR, BUNDLE_NAME), symlinks=True) def create_zip():