Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 49673 | Differences between
and this patch

Collapse All | Expand All

(-)apache-manual_orig/apache-manual-2.0.49-r1.ebuild (-1 / +1 lines)
Lines 21-27 Link Here
21
}
21
}
22
22
23
src_install() {
23
src_install() {
24
	sed -i -e "s:2.0.49:${PV}:" ${FILESDIR}/00_apache_manual.conf
24
	sed -i -e "s:2.0.49:${PV}:" ${D}/etc/apache2/conf/modules.d/00_apache_manual.conf
25
	insinto /etc/apache2/conf/modules.d
25
	insinto /etc/apache2/conf/modules.d
26
	doins ${FILESDIR}/00_apache_manual.conf
26
	doins ${FILESDIR}/00_apache_manual.conf
27
}
27
}

Return to bug 49673