mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
Revert "Fix file path on all arches"
This reverts commit 0d6602437c40f2a0d2714fbaeebf3d851017c627.
This commit is contained in:
parent
39d366a109
commit
360173b9d6
1 changed files with 2 additions and 0 deletions
|
@ -271,7 +271,9 @@
|
||||||
|
|
||||||
%files -n %{pkg_name_compiler_rt}
|
%files -n %{pkg_name_compiler_rt}
|
||||||
%license compiler-rt/LICENSE.TXT
|
%license compiler-rt/LICENSE.TXT
|
||||||
|
%ifarch x86_64 aarch64 %{ix86}
|
||||||
%{_prefix}/lib/clang/%{maj_ver}/bin/*
|
%{_prefix}/lib/clang/%{maj_ver}/bin/*
|
||||||
|
%endif
|
||||||
%{_prefix}/lib/clang/%{maj_ver}/include/*
|
%{_prefix}/lib/clang/%{maj_ver}/include/*
|
||||||
%{_prefix}/lib/clang/%{maj_ver}/lib/*
|
%{_prefix}/lib/clang/%{maj_ver}/lib/*
|
||||||
%{_prefix}/lib/clang/%{maj_ver}/share/*
|
%{_prefix}/lib/clang/%{maj_ver}/share/*
|
||||||
|
|
Loading…
Reference in a new issue