mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user