mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
Fix lld scriptlet naming
This commit is contained in:
parent
e44d92df5c
commit
ec20e04c07
2 changed files with 3 additions and 2 deletions
|
@ -220,7 +220,7 @@ cd llvm
|
||||||
#region LLD
|
#region LLD
|
||||||
|
|
||||||
%if %{without compat_build}
|
%if %{without compat_build}
|
||||||
%ldconfig_scriptlets libs
|
%ldconfig_scriptlets -n %{pkg_name_lld}-libs
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
|
@ -140,6 +140,7 @@
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region LLD globals
|
#region LLD globals
|
||||||
%if %{with compat_build}
|
%if %{with compat_build}
|
||||||
%global pkg_name_lld lld%{maj_ver}
|
%global pkg_name_lld lld%{maj_ver}
|
||||||
|
|
Loading…
Reference in a new issue