From 582f234351041fb716b03aabef215c91f4ea88bd Mon Sep 17 00:00:00 2001 From: linzhuobin1 Date: Thu, 27 Feb 2025 09:27:42 +0800 Subject: [PATCH] IssueNo:#IBP9CN Description: shell apply_patch fix mac-sdk building failed Sig: SIG_DataManagement Feature or Bugfix:Bugfix Binary Source:No/Yes TDD:Pass XTS:Pass Pretest:Pass Signed-off-by: linzhuobin1 --- patch/apply_patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch/apply_patch.sh b/patch/apply_patch.sh index 3c75b1d..22af1f8 100755 --- a/patch/apply_patch.sh +++ b/patch/apply_patch.sh @@ -39,7 +39,7 @@ echo "create patched_sqlite_dir: $dst_dir" mkdir -p $dst_dir echo "copy $src_dir/* to $dst_dir/" -cp -fra $src_dir/* $dst_dir +cp -fa $src_dir/* $dst_dir ls -l $patch_dir/*.patch if [ $? -ne 0 ]; then -- Gitee