From 9d283a08002b24a1efb9ed8fd26f1caf06ccc92e Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Tue, 24 Dec 2024 01:40:46 -0500 Subject: [PATCH] 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 --- games-util/xpadneo/xpadneo-9999.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/games-util/xpadneo/xpadneo-9999.ebuild b/games-util/xpadneo/xpadneo-9999.ebuild index 3327d7fff5238..7947f5c05d92f 100644 --- a/games-util/xpadneo/xpadneo-9999.ebuild +++ b/games-util/xpadneo/xpadneo-9999.ebuild @@ -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() {