summaryrefslogtreecommitdiff
path: root/dev-dotnet/omnisharp-roslyn/omnisharp-roslyn-1.39.11.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-dotnet/omnisharp-roslyn/omnisharp-roslyn-1.39.11.ebuild')
-rw-r--r--dev-dotnet/omnisharp-roslyn/omnisharp-roslyn-1.39.11.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-dotnet/omnisharp-roslyn/omnisharp-roslyn-1.39.11.ebuild b/dev-dotnet/omnisharp-roslyn/omnisharp-roslyn-1.39.11.ebuild
index 98081b313611..8c71a82fc655 100644
--- a/dev-dotnet/omnisharp-roslyn/omnisharp-roslyn-1.39.11.ebuild
+++ b/dev-dotnet/omnisharp-roslyn/omnisharp-roslyn-1.39.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -347,7 +347,7 @@ src_prepare() {
-e "/.*<RuntimeIdentifiers>.*/d" \
-e "/.*<RuntimeFrameworkVersion>.*/d" \
|| die
- rm NuGet.Config || die
+ find "${S}" -type f -iname nuget.config -exec rm -v {} + || die
dotnet-pkg_src_prepare
}