commit: 7c64ddb3fee353862f65309cad61ac49a3e4cd7c
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 23 15:22:02 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Dec 23 15:38:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c64ddb3
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 <AT> gentoo.org>
games-util/xpadneo/xpadneo-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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() {