From 6eec970048a4fc2fd71ee9d77817ccd3fea72f2c Mon Sep 17 00:00:00 2001 From: Inki Dae Date: Thu, 10 Sep 2020 14:15:25 +0900 Subject: packaging: Fix read failure to Security manifest file Change-Id: I711c913c4a28ec29bb8fb3794eb94c266611709c Signed-off-by: Inki Dae --- packaging/libarmcl.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/libarmcl.spec b/packaging/libarmcl.spec index bf251ce92..7a812db37 100644 --- a/packaging/libarmcl.spec +++ b/packaging/libarmcl.spec @@ -36,9 +36,10 @@ Summary: Sample application and benchmark binaries to test ARM Compute Library %prep %setup -q -cp %{SOURCE1001} . %build +cp %{SOURCE1001} . + echo %{_builddir} # Ps. Tizen toolchain doesn't have generic name of ar and ranlib so -- cgit v1.2.3