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

(-)esound-0.2.37-r1.ebuild.orig (-3 / +1 lines)
Lines 65-77 Link Here
65
}
65
}
66
66
67
src_install() {
67
src_install() {
68
	emake -j1 DESTDIR="${D}" install  || die "Installation failed"
68
	emake -j1 DESTDIR="${D}" pkgdocdir="/usr/share/doc/${PF}" install  || die "Installation failed"
69
	mv "${D}/usr/bin/"{esd,esound-esd}
69
	mv "${D}/usr/bin/"{esd,esound-esd}
70
70
71
	dodoc AUTHORS ChangeLog MAINTAINERS NEWS README TIPS TODO
71
	dodoc AUTHORS ChangeLog MAINTAINERS NEWS README TIPS TODO
72
72
73
	[[ -d "docs/html" ]] && dohtml -r docs/html/*
74
75
	newconfd "${FILESDIR}/esound.conf.d" esound
73
	newconfd "${FILESDIR}/esound.conf.d" esound
76
74
77
	extradepend=""
75
	extradepend=""

Return to bug 154902