diff options
-rw-r--r-- | sys-boot/plymouth/plymouth-0.8.8-r4.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-boot/plymouth/plymouth-0.8.8-r4.ebuild b/sys-boot/plymouth/plymouth-0.8.8-r4.ebuild index 2b2621b8..4d37e0c2 100644 --- a/sys-boot/plymouth/plymouth-0.8.8-r4.ebuild +++ b/sys-boot/plymouth/plymouth-0.8.8-r4.ebuild @@ -41,6 +41,8 @@ DOC_CONTENTS=" " src_prepare() { + epatch "${FILESDIR}/${PN}-kogaion-defaults.patch" + sed -i 's:/bin/systemd-tty-ask-password-agent:/usr/bin/systemd-tty-ask-password-agent:g' \ systemd-units/systemd-ask-password-plymouth.service.in || die \ 'ask-password sed failed' |