summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-12-24 01:40:46 -0500
committerIonen Wolkens <ionen@gentoo.org>2024-12-24 02:02:17 -0500
commit9d283a08002b24a1efb9ed8fd26f1caf06ccc92e (patch)
tree698df2abe2edf210d649749832abc8adcc174dd3 /games-util
parentgames-strategy/naev: add 0.12.0 (diff)
downloadgentoo-9d283a08002b24a1efb9ed8fd26f1caf06ccc92e.tar.gz
gentoo-9d283a08002b24a1efb9ed8fd26f1caf06ccc92e.tar.bz2
gentoo-9d283a08002b24a1efb9ed8fd26f1caf06ccc92e.zip
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>
Diffstat (limited to 'games-util')
-rw-r--r--games-util/xpadneo/xpadneo-9999.ebuild7
1 files 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() {