mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +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/
|
ln -s %{_libexecdir}/clang-cc %{buildroot}%{_libdir}/clang-analyzer/libexec/
|
||||||
# create launchers
|
# create launchers
|
||||||
for f in scan-{build,view}; do
|
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
|
done
|
||||||
|
|
||||||
pushd ../tools/clang/utils
|
pushd ../tools/clang/utils
|
||||||
|
|
Loading…
Reference in a new issue