projects
/
platform
/
core
/
system
/
buxton2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3b1f27
)
Fix installation path of gcov result
63/269763/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Thu, 20 Jan 2022 06:12:36 +0000
(15:12 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Thu, 20 Jan 2022 06:13:17 +0000
(15:13 +0900)
Change-Id: I972f9bcf2ce4b06530b91227b7f1a597d8978619
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
packaging/buxton2.spec
patch
|
blob
|
history
diff --git
a/packaging/buxton2.spec
b/packaging/buxton2.spec
index 2e532730520f6d252d41eb8c5de3faa1a51dd155..c0885fc7a2413caade8aef5df62ff313978ddd18 100644
(file)
--- a/
packaging/buxton2.spec
+++ b/
packaging/buxton2.spec
@@
-174,8
+174,8
@@
mkdir -p %{buildroot}%{upgrade_script_path}
cp -f scripts/290.buxton2_upgrade.sh %{buildroot}%{upgrade_script_path}
%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
%check