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

Collapse All | Expand All

(-)a/i3-4.19-r1.ebuild (-1 / +1 lines)
Lines 76-82 src_prepare() { Link Here
76
76
77
src_configure() {
77
src_configure() {
78
	local emesonargs=(
78
	local emesonargs=(
79
		-Ddocdir="/usr/share/doc/${PF}"
79
		-Ddocdir="${EPREFIX%/}/usr/share/doc/${PF}"
80
		$(meson_use doc docs)
80
		$(meson_use doc docs)
81
		$(meson_use doc mans)
81
		$(meson_use doc mans)
82
	)
82
	)

Return to bug 767790