From ec20e04c0720afaac9a61f0feb7071d2b8bf6ec8 Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Mon, 6 May 2024 09:05:12 +0000 Subject: [PATCH] Fix lld scriptlet naming --- check.spec.inc | 2 +- globals.spec.inc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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