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

(-)libao-1.1.0.ebuild (-1 / +1 lines)
Lines 38-44 Link Here
38
}
38
}
39
39
40
src_install() {
40
src_install() {
41
	emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}/html" install || die
41
	emake DESTDIR="${D}" docdir="${EPREFIX}"/usr/share/doc/${PF}/html install || die
42
	dodoc AUTHORS CHANGES README TODO
42
	dodoc AUTHORS CHANGES README TODO
43
	find "${ED}" -name '*.la' -exec rm -f {} +
43
	find "${ED}" -name '*.la' -exec rm -f {} +
44
}
44
}

Return to bug 359009