From 7c64ddb3fee353862f65309cad61ac49a3e4cd7c Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Mon, 23 Dec 2024 10:22:02 -0500 Subject: [PATCH] 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 --- 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 d57edd3bce174..3327d7fff5238 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() {