Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37047077
en ru br
ALT Linux repos
S:7.0.9-alt1

Group :: Development/Other
RPM: dotnet-runtime-7.0

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: genmoduleindex.sh.patch
Download


diff --git a/dotnet-runtime-6.0/eng/native/genmoduleindex.sh b/dotnet-runtime-6.0/eng/native/genmoduleindex.sh
index 399a972d7..bc95bb2b6 100755
--- a/dotnet-runtime-6.0/eng/native/genmoduleindex.sh
+++ b/dotnet-runtime-6.0/eng/native/genmoduleindex.sh
@@ -28,7 +28,7 @@ Darwin)
   cmd="dwarfdump -u $1"
   pattern='^UUID: ([0-9A-Fa-f\-]+)';;
 *)
-  cmd="readelf -n $1"
+  cmd="readelf -n $1 | sed -e 's|.*\(Build ID\)|\1|'"
   pattern='^[[:space:]]*Build ID: ([0-9A-Fa-f\-]+)';;
 esac
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin