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 (-2 / +3 lines)
Lines 25-36 src_prepare() { Link Here
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
27
28
	epatch "${FILESDIR}"/${PN}-2.0.0_beta4-rcdir.patch
28
	epatch "${FILESDIR}"/${PN}-2.3.0-issue-1473-rcdir-fix.patch
29
}
29
}
30
30
31
src_configure() {
31
src_configure() {
32
	mycmakeargs=(
32
	mycmakeargs=(
33
		-DTASK_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}
33
		-DTASK_RCDIR=share/${PN}/rc
34
		-DTASK_DOCDIR=share/doc/${PF}
34
	)
35
	)
35
	cmake-utils_src_configure
36
	cmake-utils_src_configure
36
}
37
}

Return to bug 498834