summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-12-09 18:30:00 +0100
committerMaciej Barć <xgqt@gentoo.org>2024-12-10 02:33:39 +0100
commitb38dcf1601c5c3b051e6e8ad29ae4a9d5277d49b (patch)
tree8d307fba4ceb89f46f701440f04d16f46edc0bae /dev-dotnet
parentdev-vcs/sourcegit: bump to 8.42 (diff)
downloadgentoo-b38dcf1601c5c3b051e6e8ad29ae4a9d5277d49b.tar.gz
gentoo-b38dcf1601c5c3b051e6e8ad29ae4a9d5277d49b.tar.bz2
gentoo-b38dcf1601c5c3b051e6e8ad29ae4a9d5277d49b.zip
dev-dotnet/csharp-gentoodotnetinfo: fix live DOTNET_PKG_PROJECTS
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-dotnet')
-rw-r--r--dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-2.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-2.9999.ebuild b/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-2.9999.ebuild
index 2736499c82fc..9208b87594d0 100644
--- a/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-2.9999.ebuild
+++ b/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-2.9999.ebuild
@@ -42,7 +42,7 @@ S="${WORKDIR}/${P}/Source/v${MAJOR}"
LICENSE="GPL-2+"
SLOT="0/${MAJOR}"
-DOTNET_PKG_PROJECTS=( gentoo-dotnet-info-app/GentooDotnetInfo )
+DOTNET_PKG_PROJECTS=( gentoo-dotnet-info-app/src/main/csharp/GentooDotnetInfo )
src_unpack() {
dotnet-pkg_src_unpack