Change gcov installation path 35/269835/1
authorIlho Kim <ilho159.kim@samsung.com>
Thu, 20 Jan 2022 08:01:47 +0000 (17:01 +0900)
committerIlho Kim <ilho159.kim@samsung.com>
Thu, 20 Jan 2022 08:01:47 +0000 (17:01 +0900)
Change-Id: I12bdc9681645aa6297b12bf0a3f892a68e5f8f8d
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
packaging/tizen-theme-manager.spec

index a3abda2..9e6b869 100644 (file)
@@ -112,8 +112,8 @@ mkdir -p %{buildroot}%{_unitdir}/multi-user.target.wants
 ln -sf ../%{name}.service %{buildroot}%{_unitdir}/multi-user.target.wants/%{name}.service
 
 %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