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

(-)/usr/portage/media-libs/libtheora/libtheora-1.0_alpha7.ebuild (-4 / +1 lines)
Lines 49-58 Link Here
49
}
49
}
50
50
51
src_install() {
51
src_install() {
52
	emake \
53
		DESTDIR="${D}" \
54
		docdir="usr/share/doc/${PF}" \
55
		install || die "make install failed"
56
52
57
	if use examples; then
53
	if use examples; then
58
		insinto "/usr/share/doc/${PF}/examples"
54
		insinto "/usr/share/doc/${PF}/examples"
Lines 60-63 Link Here
60
	fi
56
	fi
61
57
62
	dodoc README
58
	dodoc README
59
	dohtml doc/libtheora/html/*
63
}
60
}

Return to bug 149832