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

(-)/usr/portage/eclass/latex-package.eclass.old (-1 / +1 lines)
Lines 146-152 Link Here
146
latex-package_src_install() {
146
latex-package_src_install() {
147
	debug-print function $FUNCNAME $*
147
	debug-print function $FUNCNAME $*
148
	latex-package_src_doinstall all
148
	latex-package_src_doinstall all
149
	[ -n "${DOCS}" ] && dodoc ${DOCS}
149
	[ -z "${DOCS}" ] || dodoc ${DOCS}
150
}
150
}
151
151
152
latex-package_pkg_postinst() {
152
latex-package_pkg_postinst() {

Return to bug 70509