Fix lld scriptlet naming

This commit is contained in:
Konrad Kleine 2024-05-06 09:05:12 +00:00
parent e44d92df5c
commit ec20e04c07
2 changed files with 3 additions and 2 deletions

View file

@ -220,7 +220,7 @@ cd llvm
#region LLD
%if %{without compat_build}
%ldconfig_scriptlets libs
%ldconfig_scriptlets -n %{pkg_name_lld}-libs
%endif
#endregion

View file

@ -140,10 +140,11 @@
%endif
#endregion
#region LLD globals
%if %{with compat_build}
%global pkg_name_lld lld%{maj_ver}
%else
%global pkg_name_lld lld
%endif
#endregion
#endregion