mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
Fix typo
This commit is contained in:
parent
8f6b35fb7b
commit
d5c36b841a
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ mkdir -p %{buildroot}%{_libdir}/clang-analyzer/libexec
|
|||
ln -s %{_libexecdir}/clang-cc %{buildroot}%{_libdir}/clang-analyzer/libexec/
|
||||
# create launchers
|
||||
for f in scan-{build,view}; do
|
||||
ln -s %{_libdir}/clang-analyzer/$f %{buildroot}%{_bindir}/$f << EOF
|
||||
ln -s %{_libdir}/clang-analyzer/$f %{buildroot}%{_bindir}/$f
|
||||
done
|
||||
|
||||
pushd ../tools/clang/utils
|
||||
|
|
Loading…
Reference in a new issue