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

(-)/usr/portage/eclass/font.eclass.orig (-2 / +2 lines)
Lines 83-90 Link Here
83
83
84
	cd "${S}"
84
	cd "${S}"
85
	# try to install some common docs
85
	# try to install some common docs
86
	DOCS="${DOCS} COPYRIGHT README NEWS"
86
	# DOCS="${DOCS} COPYRIGHT README NEWS"
87
	dodoc ${DOCS}
87
	[ -z "${DOCS}" ] || dodoc ${DOCS}
88
88
89
}
89
}
90
90

Return to bug 148394