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

(-)gnome2.eclass (-1 / +1 lines)
Lines 201-207 gnome2_src_install() { Link Here
201
				[[ -s "${d}" ]] && dodoc "${d}"
201
				[[ -s "${d}" ]] && dodoc "${d}"
202
			done
202
			done
203
		# TODO: wrong "declare -a" command..., should be fixed in PMS at first
203
		# TODO: wrong "declare -a" command..., should be fixed in PMS at first
204
		elif declare -p DOCS | grep -q `^declare -a` ; then
204
		elif declare -p DOCS | grep -q "^declare -a" ; then
205
			dodoc "${DOCS[@]}"
205
			dodoc "${DOCS[@]}"
206
		else
206
		else
207
			dodoc ${DOCS}
207
			dodoc ${DOCS}

Return to bug 444740