mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user