mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-28 02:34:52 +00:00
Fix typo: %%config not %%conf
This commit is contained in:
parent
216ddcf1e4
commit
a1caa14611
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ rm -rf %{buildroot}
|
|||
%exclude %{_bindir}/llvm-config
|
||||
%{_bindir}/llvm*
|
||||
%{_bindir}/opt
|
||||
%conf %{_sysconfdir}/ld.so.conf.d/llvm-%{arch}.conf
|
||||
%config %{_sysconfdir}/ld.so.conf.d/llvm-%{arch}.conf
|
||||
%dir %{_libdir}/llvm
|
||||
%{_libdir}/llvm/*.so
|
||||
%exclude %{_mandir}/man1/clang.1.*
|
||||
|
|
Loading…
Reference in a new issue