diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-08-16 02:57:04 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-08-16 02:57:04 +0300 |
commit | 3bd4e9fe67ccf3ffade8c12513f6e5185b5cedeb (patch) | |
tree | b6576e4f852eed2edc72a8de59237013b046614f | |
parent | 5ea4b801215eabdc23eb8b0a664f15a290eb5c40 (diff) |
[plymouth] reparat 0.8.8 cu patch-ul nostru
-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' |