From bc4602d97e7645c20b3bb3213afb64943873eb25 Mon Sep 17 00:00:00 2001 From: huang yuxin Date: Fri, 20 Oct 2023 04:34:30 +0000 Subject: [PATCH] =?UTF-8?q?=E5=B0=86so=5Ffile=E4=BF=AE=E6=94=B9=E4=B8=BAa?= =?UTF-8?q?=5Ffile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huang yuxin --- distributed-utils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributed-utils.spec b/distributed-utils.spec index dd23c76..aef33c2 100644 --- a/distributed-utils.spec +++ b/distributed-utils.spec @@ -166,7 +166,7 @@ done for a_file in $(find ./ -name *.a -type f) do cp ${a_file} %{buildroot}/system/lib64 - cp ${so_file} %{buildroot}/usr/lib64 + cp ${a_file} %{buildroot}/usr/lib64 done popd -- Gitee