games-emulation/ryujinx: fix S (again)

This commit is contained in:
Jared Allard 2025-03-08 09:38:25 -08:00
parent a8dfaf9247
commit 5ae5a84d3c
Signed by: jaredallard
SSH key fingerprint: SHA256:wyRyyv28jBYw8Yp/oABNPUYvbGd6hyZj23XVXEm5G/U

View file

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