summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-12-23 10:22:02 -0500
committerIonen Wolkens <ionen@gentoo.org>2024-12-23 10:38:31 -0500
commit7c64ddb3fee353862f65309cad61ac49a3e4cd7c (patch)
tree0e2b87af6b50394f4a486a66f31232747ad23d91 /games-util
parentgames-util/xpadneo: add 0.9.7 (diff)
downloadgentoo-7c64ddb3fee353862f65309cad61ac49a3e4cd7c.tar.gz
gentoo-7c64ddb3fee353862f65309cad61ac49a3e4cd7c.tar.bz2
gentoo-7c64ddb3fee353862f65309cad61ac49a3e4cd7c.zip
games-util/xpadneo: sync live
Spotted that 0.9.7 renamed a rules file that we weren't installing. May as well just use a wildcard to avoid missing these changes (not a super important file though, it's a workaround for streamlink). Alternatively could consider building+installing using upstream's Makefile which been improved in live, albeit it wouldn't simplify the ebuild much and it installs udev files to /etc rather than /usr/lib. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r--games-util/xpadneo/xpadneo-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-util/xpadneo/xpadneo-9999.ebuild b/games-util/xpadneo/xpadneo-9999.ebuild
index d57edd3bce17..3327d7fff523 100644
--- a/games-util/xpadneo/xpadneo-9999.ebuild
+++ b/games-util/xpadneo/xpadneo-9999.ebuild
@@ -36,7 +36,7 @@ src_install() {
insinto /etc/modprobe.d
doins hid-${PN}/etc-modprobe.d/${PN}.conf
- udev_dorules hid-${PN}/etc-udev-rules.d/60-${PN}.rules
+ udev_dorules hid-${PN}/etc-udev-rules.d/*.rules
}
pkg_postinst() {