Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 461478
Collapse All | Expand All

(-)a/sys-boot/plymouth/plymouth-0.8.8.ebuild (-2 / +2 lines)
Lines 41-47 src_prepare() { Link Here
41
	sed -i 's:/bin/systemd-tty-ask-password-agent:/usr/bin/systemd-tty-ask-password-agent:g' \
41
	sed -i 's:/bin/systemd-tty-ask-password-agent:/usr/bin/systemd-tty-ask-password-agent:g' \
42
		systemd-units/systemd-ask-password-plymouth.service.in || die \
42
		systemd-units/systemd-ask-password-plymouth.service.in || die \
43
		'sed bin failed'
43
		'sed bin failed'
44
	autotools-utils_src_prepare
44
	sed -i "s:SYSTEMD_UNIT_DIR=.*\$:SYSTEMD_UNIT_DIR=$(systemd_get_unitdir):g" configure.ac || die 'sed configure.ac failed'
45
	AUTOTOOLS_AUTORECONF=1 autotools-utils_src_prepare
45
}
46
}
46
47
47
src_configure() {
48
src_configure() {
48
- 

Return to bug 461478