games-emulation/ryujinx: fix S

This commit is contained in:
Jared Allard 2025-03-08 09:34:45 -08:00
parent ba8df7fba3
commit a8dfaf9247
Signed by: jaredallard
SSH key fingerprint: SHA256:wyRyyv28jBYw8Yp/oABNPUYvbGd6hyZj23XVXEm5G/U

View file

@ -268,7 +268,7 @@ if [[ "${PV}" == *9999* ]]; then
else
SRC_URI="https://git.rgst.io/mirrors/${PN^}/archive/refs/tags/${PV}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}/${P^}"
S="${WORKDIR}/${PN^}"
KEYWORDS="amd64 arm64"
fi