We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9f519 commit a4d77d5Copy full SHA for a4d77d5
install.spec.inc
@@ -90,7 +90,7 @@ install -p -m644 clang/bindings/python/clang/* %{buildroot}%{python3_sitelib}/cl
90
%py_byte_compile %{__python3} %{buildroot}%{python3_sitelib}/clang
91
92
# install scanbuild-py to python sitelib.
93
-mv %{buildroot}%{_prefix}/%{_lib}/{libear,libscanbuild} %{buildroot}%{python3_sitelib}
+mv %{buildroot}%{_prefix}/lib/{libear,libscanbuild} %{buildroot}%{python3_sitelib}
94
# Cannot use {libear,libscanbuild} style expansion in py_byte_compile.
95
%py_byte_compile %{__python3} %{buildroot}%{python3_sitelib}/libear
96
%py_byte_compile %{__python3} %{buildroot}%{python3_sitelib}/libscanbuild
0 commit comments