app-accessibility/espeakup: module load fixup

I don't the difference between modprobe.d and modules-load.d and
incorrectly made the fix in the wrong place in -r2.

Will rememeber these packages need extra care in future.

Signed-off-by: Ian Jordan <immoloism@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43199
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Ian Jordan
2025-07-27 21:32:17 +01:00
committed by Sam James
parent bc4c688cf6
commit 55dc41ba63
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ src_install() {
einstalldocs
newconfd "${FILESDIR}"/espeakup.confd espeakup
newinitd "${FILESDIR}"/espeakup.initd espeakup
insinto /etc/modprobe.d
insinto /etc/modules-load.d/
newins "${FILESDIR}/modules.espeakup" espeakup.conf
}

View File

@@ -42,7 +42,7 @@ src_install() {
einstalldocs
newconfd "${FILESDIR}"/espeakup.confd espeakup
newinitd "${FILESDIR}"/espeakup.initd espeakup
insinto /etc/modprobe.d
insinto /etc/modules-load.d/
newins "${FILESDIR}/modules.espeakup" espeakup.conf
}