dev-dotnet/dotnet-sdk: do not strip the dotnet binary

Bug: https://bugs.gentoo.org/923430
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2024-02-01 10:37:56 +01:00
parent c8947d1100
commit def2732bb6

View File

@@ -152,6 +152,10 @@ src_install() {
fperms 0755 "${dest}"
dosym -r "${dest}/dotnet" "/usr/bin/dotnet-${SDK_SLOT}"
# STRIP="llvm-strip" corrupts some executables when using the patchelf hack,
# bug https://bugs.gentoo.org/923430
dostrip -x "/${dest}/dotnet"
}
pkg_postinst() {