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

Collapse All | Expand All

(-)a/app-misc/task/task-2.3.0.ebuild (-3 / +1 lines)
Lines 24-36 src_prepare() { Link Here
24
24
25
	# don't automatically install scripts
25
	# don't automatically install scripts
26
	sed -i -e '/scripts/d' CMakeLists.txt || die
26
	sed -i -e '/scripts/d' CMakeLists.txt || die
27
28
	epatch "${FILESDIR}"/${PN}-2.0.0_beta4-rcdir.patch
29
}
27
}
30
28
31
src_configure() {
29
src_configure() {
32
	mycmakeargs=(
30
	mycmakeargs=(
33
		-DTASK_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}
31
		-DTASK_DOCDIR=share/doc/${PF}
34
	)
32
	)
35
	cmake-utils_src_configure
33
	cmake-utils_src_configure
36
}
34
}

Return to bug 498834