Change gcov object install path 36/270136/1 accepted/tizen/unified/20220128.144446 submit/tizen/20220127.011830
authorYoungjae Cho <y0.cho@samsung.com>
Wed, 26 Jan 2022 05:34:10 +0000 (21:34 -0800)
committerYoungjae Cho <y0.cho@samsung.com>
Wed, 26 Jan 2022 05:34:10 +0000 (21:34 -0800)
Change-Id: I99381e047a1d28d5ae62590611eb0c7cef967f8b
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
packaging/capi-system-usbhost.spec

index a23768d474d04a305608eda4876ff1f5e1ff19dc..9686ff130dcb6e8cf325528bfd1af605a0d1954c 100644 (file)
@@ -71,8 +71,8 @@ rm -rf %{buildroot}
 %make_install
 
 %if 0%{?gcov:1}
-mkdir -p %{buildroot}%{_datadir}/gcov/obj
-install -m 0644 gcov-obj/* %{buildroot}%{_datadir}/gcov/obj
+mkdir -p %{buildroot}%{_datadir}/gcov/obj/%{name}
+install -m 0644 gcov-obj/* %{buildroot}%{_datadir}/gcov/obj/%{name}
 %endif
 
 %post -p /sbin/ldconfig