diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-12-09 18:30:00 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-12-10 02:33:39 +0100 |
commit | b38dcf1601c5c3b051e6e8ad29ae4a9d5277d49b (patch) | |
tree | 8d307fba4ceb89f46f701440f04d16f46edc0bae /dev-dotnet | |
parent | dev-vcs/sourcegit: bump to 8.42 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |