Skip to content

Commit a4d77d5

Browse files
nikictbaederr
authored andcommitted
Fix libscanbuild/libear location
llvm/llvm-project#106612 moved these from lib64 to lib, so look for them there.
1 parent ad9f519 commit a4d77d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.spec.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ install -p -m644 clang/bindings/python/clang/* %{buildroot}%{python3_sitelib}/cl
9090
%py_byte_compile %{__python3} %{buildroot}%{python3_sitelib}/clang
9191

9292
# install scanbuild-py to python sitelib.
93-
mv %{buildroot}%{_prefix}/%{_lib}/{libear,libscanbuild} %{buildroot}%{python3_sitelib}
93+
mv %{buildroot}%{_prefix}/lib/{libear,libscanbuild} %{buildroot}%{python3_sitelib}
9494
# Cannot use {libear,libscanbuild} style expansion in py_byte_compile.
9595
%py_byte_compile %{__python3} %{buildroot}%{python3_sitelib}/libear
9696
%py_byte_compile %{__python3} %{buildroot}%{python3_sitelib}/libscanbuild

0 commit comments

Comments
 (0)