diff options
author | Ionen Wolkens <sudinave@gmail.com> | 2021-03-25 15:47:22 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-26 15:54:49 +0000 |
commit | 8297581d9780e4334da584b6b70589f469ddd462 (patch) | |
tree | 49cbd6fb491f2437f40c5b349c40ffdbca5d1357 /games-util | |
parent | gui-libs/eglexternalplatform: drop ALLARCHES (diff) | |
download | gentoo-8297581d9780e4334da584b6b70589f469ddd462.tar.gz gentoo-8297581d9780e4334da584b6b70589f469ddd462.tar.bz2 gentoo-8297581d9780e4334da584b6b70589f469ddd462.zip |
games-util/xpadneo: fix to use renamed udev rule
Signed-off-by: Ionen Wolkens <sudinave@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20106
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/xpadneo/xpadneo-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-util/xpadneo/xpadneo-9999.ebuild b/games-util/xpadneo/xpadneo-9999.ebuild index e47959acf20e..01ec44c55d49 100644 --- a/games-util/xpadneo/xpadneo-9999.ebuild +++ b/games-util/xpadneo/xpadneo-9999.ebuild @@ -33,7 +33,7 @@ src_install() { insinto /etc/modprobe.d doins etc-modprobe.d/${PN}.conf - udev_dorules etc-udev-rules.d/98-${PN}.rules + udev_dorules etc-udev-rules.d/60-${PN}.rules dodoc -r ../docs/{[^i]*.md,descriptors,reports} ../NEWS.md } |