media-libs/openxr-loader: Fix ${S} path

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2021-10-28 22:50:13 +02:00
parent 6e7a8a71c7
commit 3cbea3ed02
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then
else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}"/${MY_PN}-${PV}
S="${WORKDIR}/${MY_PN}-release-${PV}"
SLOT="0/${PV}"
fi

View File

@@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then
else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}"/${MY_PN}-${PV}
S="${WORKDIR}/${MY_PN}-release-${PV}"
SLOT="0/${PV}"
fi