mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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() {
|
||||
Reference in New Issue
Block a user