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

Collapse All | Expand All

(-)/usr/portage/app-misc/ca-certificates/ca-certificates-20190110.3.43.ebuild (-1 / +1 lines)
Lines 157-163 src_compile() { Link Here
157
}
157
}
158
158
159
src_install() {
159
src_install() {
160
	cp -pPR image/* "${D}"/ || die
160
	doins -r image/*
161
	if ! ${PRECOMPILED} ; then
161
	if ! ${PRECOMPILED} ; then
162
		cd ${PN}-${DEB_VER} || die
162
		cd ${PN}-${DEB_VER} || die
163
		doman sbin/*.8
163
		doman sbin/*.8

Return to bug 687236