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

(-)a/happy-1.18.6.ebuild (-2 / +6 lines)
Lines 39-51 Link Here
39
src_configure() {
39
src_configure() {
40
	cabal_src_configure
40
	cabal_src_configure
41
	use doc && cd doc && econf || die "econf failed in /doc"
41
	if use doc; then
42
		cd doc && econf || die "econf failed in /doc"
43
	fi
42
}
44
}
43
src_compile() {
45
src_compile() {
44
	cabal_src_compile
46
	cabal_src_compile
45
	use doc && cd doc && emake -j1 || die "emake failed in /doc"
47
	if use doc; then
48
		cd doc && emake -j1 || die "emake failed in /doc"
49
	fi
46
}
50
}
47
src_test() {
51
src_test() {

Return to bug 377827