commit: 9d283a08002b24a1efb9ed8fd26f1caf06ccc92e
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 24 06:40:46 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Dec 24 07:02:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d283a08
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 <AT> gentoo.org>
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 3327d7fff523..7947f5c05d92 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() {