diff --git a/sys-devel/llvm/llvm18-18.1.7.recipe b/sys-devel/llvm/llvm18-18.1.7.recipe index cee9d3f7d..8d21f038b 100644 --- a/sys-devel/llvm/llvm18-18.1.7.recipe +++ b/sys-devel/llvm/llvm18-18.1.7.recipe @@ -695,13 +695,8 @@ INSTALL() libLLVM* \ libLTO \ liblld* \ - libRemarks - - oldLibDir=$libDir - libDir=$prefix/lib - prepareInstalledDevelLibs \ + libRemarks \ libunwind - libDir=$oldLibDir # adjust cmake library paths because prepareInstalledDevelLibs moved them sed -i 's,\${_IMPORT_PREFIX}/lib/,\${_IMPORT_PREFIX}/develop/lib/,' \ @@ -768,7 +763,7 @@ INSTALL() # libunwind package packageEntries libunwind \ - $prefix/lib/libunwind* + $libDir/libunwind* packageEntries libunwind_devel \ $developLibDir/libunwind* \