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>
This commit is contained in:
Ionen Wolkens
2024-12-23 10:22:02 -05:00
parent 3c6c8e5627
commit 7c64ddb3fe

View File

@@ -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() {