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

(-)a/build-docbook-catalog (-2 / +1 lines)
Lines 173-179 create_catalogs() { Link Here
173
173
174
	# Initialize catalogs if they don't exist or are corrupt.
174
	# Initialize catalogs if they don't exist or are corrupt.
175
	if [[ -r ${ROOT}${ROOTCATALOG} ]] && ! xmllint "${ROOT}${ROOTCATALOG}" >&/dev/null ; then
175
	if [[ -r ${ROOT}${ROOTCATALOG} ]] && ! xmllint "${ROOT}${ROOTCATALOG}" >&/dev/null ; then
176
		rm -f "${ROOTCATALOG}"
176
		rm -f "${ROOT}${ROOTCATALOG}"
177
		echo "Deleting corrupt ${ROOT}${ROOTCATALOG} and starting over"
177
		echo "Deleting corrupt ${ROOT}${ROOTCATALOG} and starting over"
178
	fi
178
	fi
179
	if [[ ! -r ${ROOT}${ROOTCATALOG} ]] ; then
179
	if [[ ! -r ${ROOT}${ROOTCATALOG} ]] ; then
180
- 

Return to bug 832032