summaryrefslogtreecommitdiff
path: root/dev-dotnet/omnisharp-roslyn/omnisharp-roslyn-1.39.11.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-01 23:49:35 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-01 23:49:35 +0000
commitf8ce9f2b903374606b4f44deb7727aca194ef970 (patch)
tree60b15bcfcc2e2f638e9307f40ecbabb9ca911b1c /dev-dotnet/omnisharp-roslyn/omnisharp-roslyn-1.39.11.ebuild
parentc16ac3f2fa4ccc7440fd13db1e5872a3e319f48c (diff)
gentoo auto-resync : 01:01:2024 - 23:49:35
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
}