Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 386455 | Differences between
and this patch

Collapse All | Expand All

(-)firebird-2.5.0.26074.0-r2.ebuild_orig (-3 / +3 lines)
Lines 78-84 Link Here
78
	epatch "${FILESDIR}/${P}-deps-flags.patch"
78
	epatch "${FILESDIR}/${P}-deps-flags.patch"
79
79
80
	use client && epatch "${FILESDIR}/${P}-client.patch"
80
	use client && epatch "${FILESDIR}/${P}-client.patch"
81
	if ! use superserver ; then
81
	if ! use superserver && ! use xinetd ; then
82
		epatch "${FILESDIR}/${P}-superclassic.patch"
82
		epatch "${FILESDIR}/${P}-superclassic.patch"
83
	fi
83
	fi
84
84
Lines 139-146 Link Here
139
	cd "${S}/gen/${PN}"
139
	cd "${S}/gen/${PN}"
140
140
141
	if use doc; then
141
	if use doc; then
142
		dodoc docs/*.pdf
142
		dodoc "${S}"/doc/*.pdf
143
		dodoc "${WORKDIR}"/manuals/*
143
		dodoc "${WORKDIR}"/manuals/*/*.pdf
144
	fi
144
	fi
145
145
146
	insinto /usr/include
146
	insinto /usr/include

Return to bug 386455