app-emulation/86BoxManagerX: fix src_unpack not fetch repo

Closes: https://bugs.gentoo.org/912769

Signed-off-by: Gonçalo Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
Gonçalo Duarte
2023-08-22 11:37:59 +01:00
parent 79cb9cbb17
commit 3b7d9ebc1c

View File

@@ -16,7 +16,7 @@ LICENSE="MIT"
SLOT="0"
src_unpack() {
git-r3_checkout
git-r3_src_unpack
cd "${S}"
dotnet publish 86BoxManager -r linux-x64
}