Skip to content

Commit 693e5bf

Browse files
committed
[llvm] Don't hardcode lib dir
1 parent df59a66 commit 693e5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpm/clang.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ pushd clang
190190
mkdir -p %{buildroot}%{python3_sitelib}/clang/
191191

192192
# install scanbuild-py to python sitelib.
193-
mv %{buildroot}%{_prefix}/lib/{libear,libscanbuild} %{buildroot}%{python3_sitelib}
193+
mv %{buildroot}/%{_libdir}/{libear,libscanbuild} %{buildroot}%{python3_sitelib}
194194

195195
# remove editor integrations (bbedit, sublime, emacs, vim)
196196
rm -vf %{buildroot}%{_datadir}/clang/clang-format-bbedit.applescript

0 commit comments

Comments
 (0)