summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-08-06 22:19:45 -0400
committerIonen Wolkens <ionen@gentoo.org>2021-08-06 22:34:59 -0400
commit5021a8a1efa5584583ba3803dff75bc0f36bb329 (patch)
tree2aeaa381be308659642254f751f1ec2d84476c26 /games-util/xpadneo
parentmedia-sound/scream: drop old (diff)
downloadgentoo-5021a8a1efa5584583ba3803dff75bc0f36bb329.tar.gz
gentoo-5021a8a1efa5584583ba3803dff75bc0f36bb329.tar.bz2
gentoo-5021a8a1efa5584583ba3803dff75bc0f36bb329.zip
games-util/xpadneo: fix S technical VariableScope
Overlooked that S is not guaranteed to be set in global scope per PMS. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-util/xpadneo')
-rw-r--r--games-util/xpadneo/xpadneo-0.9.1.ebuild2
-rw-r--r--games-util/xpadneo/xpadneo-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/games-util/xpadneo/xpadneo-0.9.1.ebuild b/games-util/xpadneo/xpadneo-0.9.1.ebuild
index bf7685af800c..f97c7ef760e4 100644
--- a/games-util/xpadneo/xpadneo-0.9.1.ebuild
+++ b/games-util/xpadneo/xpadneo-0.9.1.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://atar-axis.github.io/xpadneo/"
LICENSE="GPL-3"
SLOT="0"
-S+="/hid-${PN}"
+S="${WORKDIR}/${P}/hid-${PN}"
MODULE_NAMES="hid-${PN}(kernel/drivers/hid::src)"
BUILD_PARAMS='V=1 LD="$(tc-getLD)" KERNEL_SOURCE_DIR="${KV_OUT_DIR}"'
BUILD_TARGETS="modules"
diff --git a/games-util/xpadneo/xpadneo-9999.ebuild b/games-util/xpadneo/xpadneo-9999.ebuild
index 6ee1277444a5..3e4b4f05d40a 100644
--- a/games-util/xpadneo/xpadneo-9999.ebuild
+++ b/games-util/xpadneo/xpadneo-9999.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://atar-axis.github.io/xpadneo/"
LICENSE="GPL-3"
SLOT="0"
-S+="/hid-${PN}"
+S="${WORKDIR}/${P}/hid-${PN}"
MODULE_NAMES="hid-${PN}(kernel/drivers/hid::src)"
BUILD_PARAMS='V=1 LD="$(tc-getLD)" KERNEL_SOURCE_DIR="${KV_OUT_DIR}"'
BUILD_TARGETS="modules"