From 7dd296a99dab9befbd82058f62819228095e525c Mon Sep 17 00:00:00 2001 From: Egor Y. Egorov Date: Tue, 12 Mar 2013 15:57:14 +0700 Subject: [PATCH] Fix #461478 --- sys-boot/plymouth/plymouth-0.8.8.ebuild | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/sys-boot/plymouth/plymouth-0.8.8.ebuild b/sys-boot/plymouth/plymouth-0.8.8.ebuild index 6b5c150..a8ae755 100644 --- a/sys-boot/plymouth/plymouth-0.8.8.ebuild +++ b/sys-boot/plymouth/plymouth-0.8.8.ebuild @@ -41,7 +41,8 @@ src_prepare() { 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 \ 'sed bin failed' - autotools-utils_src_prepare + sed -i "s:SYSTEMD_UNIT_DIR=.*\$:SYSTEMD_UNIT_DIR=$(systemd_get_unitdir):g" configure.ac || die 'sed configure.ac failed' + AUTOTOOLS_AUTORECONF=1 autotools-utils_src_prepare } src_configure() { -- 1.7.2.2