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

(-)oprofile-0.9.6-r1.ebuild.orig (-3 / +3 lines)
Lines 50-64 Link Here
50
50
51
src_compile() {
51
src_compile() {
52
	local mymake=""
52
	local mymake=""
53
	sed -i -e "s,depmod -a,:,g" Makefile
53
	sed -i -e "s,depmod -a,:,g" Makefile || die
54
	emake ${mymake} || die
54
	emake ${mymake}
55
}
55
}
56
56
57
src_install() {
57
src_install() {
58
	local myinst=""
58
	local myinst=""
59
59
60
	myinst="${myinst} MODINSTALLDIR=${ED}/lib/modules/${KV_FULL}"
60
	myinst="${myinst} MODINSTALLDIR=${ED}/lib/modules/${KV_FULL}"
61
	make DESTDIR="${D}" ${myinst} htmldir="/usr/share/doc/${PF}" install
61
	emake DESTDIR="${D}" ${myinst} htmldir="/usr/share/doc/${PF}" install
62
62
63
	dodoc ChangeLog* README TODO
63
	dodoc ChangeLog* README TODO
64
}
64
}

Return to bug 372581