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

Collapse All | Expand All

(-)a/dev-php/ca-bundle/ca-bundle-1.3.1.ebuild (-2 / +3 lines)
Lines 16-22 RDEPEND=" Link Here
16
	dev-php/fedora-autoloader"
16
	dev-php/fedora-autoloader"
17
17
18
src_install() {
18
src_install() {
19
	sed -e "s@/usr/share/php@${EPREFIX}&@g" "${FILESDIR}"/autoload.php > \
20
		"${T}"/autoload.php || die
19
	insinto /usr/share/php/Composer/CaBundle
21
	insinto /usr/share/php/Composer/CaBundle
20
	doins src/CaBundle.php "${FILESDIR}/autoload.php"
22
	doins src/CaBundle.php "${T}/autoload.php"
21
	dodoc README.md
23
	dodoc README.md
22
}
24
}
23
- 

Return to bug 919376