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 6635609 commit d999bc1Copy full SHA for d999bc1
rpm/clang.spec
@@ -190,7 +190,7 @@ pushd clang
190
mkdir -p %{buildroot}%{python3_sitelib}/clang/
191
192
# install scanbuild-py to python sitelib.
193
-mv %{buildroot}%{_prefix}/lib/{libear,libscanbuild} %{buildroot}%{python3_sitelib}
+mv %{buildroot}/%{_libdir}/{libear,libscanbuild} %{buildroot}%{python3_sitelib}
194
195
# remove editor integrations (bbedit, sublime, emacs, vim)
196
rm -vf %{buildroot}%{_datadir}/clang/clang-format-bbedit.applescript
0 commit comments