diff --git a/check.spec.inc b/check.spec.inc index 7e5c8ba..b79aa69 100644 --- a/check.spec.inc +++ b/check.spec.inc @@ -220,7 +220,7 @@ cd llvm #region LLD %if %{without compat_build} -%ldconfig_scriptlets libs +%ldconfig_scriptlets -n %{pkg_name_lld}-libs %endif #endregion diff --git a/globals.spec.inc b/globals.spec.inc index c67a273..c00e419 100644 --- a/globals.spec.inc +++ b/globals.spec.inc @@ -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 \ No newline at end of file +#endregion