games-util/xpadneo: update live

Makefile was updated again and there's no reason not to use it
to install extra files now.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2024-12-24 01:40:46 -05:00
parent aec691051f
commit 9d283a0800

View File

@@ -30,13 +30,10 @@ src_compile() {
}
src_install() {
local DOCS=( docs/{[^i]*.md,descriptors,reports} NEWS.md )
linux-mod-r1_src_install
insinto /etc/modprobe.d
doins hid-${PN}/etc-modprobe.d/${PN}.conf
udev_dorules hid-${PN}/etc-udev-rules.d/*.rules
# install modprobe.d/rules.d files and docs
emake PREFIX="${ED}" ETC_PREFIX=/usr/lib DOC_PREFIX=/usr/share/doc/${PF} install
}
pkg_postinst() {