Fix lld scriptlet naming
This commit is contained in:
parent
a977a8b36b
commit
31c6b8a3e2
@ -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 New Issue
Block a user