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

(-)mod_python-3.1.4-r1.ebuild (-3 / +1 lines)
Lines 45-57 Link Here
45
}
45
}
46
46
47
src_install() {
47
src_install() {
48
	emake DESTDIR=${D} install || die
48
	emake DESTDIR=${D} install || die
49
49
50
	dohtml doc-html/*
50
	dohtml -r doc-html/*
51
	insinto /usr/share/doc/${PF}/html/icons
52
	doins doc-html/icons/*
53
51
54
	apache-module_src_install
52
	apache-module_src_install
55
	insinto ${APACHE2_MODULES_CONFDIR}
53
	insinto ${APACHE2_MODULES_CONFDIR}
56
	newins ${FILESDIR}/16_${PN}-r1.conf 16_${PN}.conf
54
	newins ${FILESDIR}/16_${PN}-r1.conf 16_${PN}.conf
57
}
55
}

Return to bug 149737