From 1b48e78f972aa6cf522c8aaf99f4cf4d85adce28 Mon Sep 17 00:00:00 2001 From: "Nelo-T. Wallus" Date: Fri, 29 Jan 2021 07:57:51 +0100 Subject: x11-wm/i3: Install with EPREFIX Closes: https://bugs.gentoo.org/767790 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Nelo-T. Wallus Closes: https://github.com/gentoo/gentoo/pull/19249 Signed-off-by: Lars Wendler --- x11-wm/i3/i3-4.19-r1.ebuild | 4 ++-- x11-wm/i3/i3-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'x11-wm/i3') diff --git a/x11-wm/i3/i3-4.19-r1.ebuild b/x11-wm/i3/i3-4.19-r1.ebuild index 3ef5738daddf..8641db1eba86 100644 --- a/x11-wm/i3/i3-4.19-r1.ebuild +++ b/x11-wm/i3/i3-4.19-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -76,7 +76,7 @@ src_prepare() { src_configure() { local emesonargs=( - -Ddocdir="/usr/share/doc/${PF}" + -Ddocdir="${EPREFIX}/usr/share/doc/${PF}" $(meson_use doc docs) $(meson_use doc mans) ) diff --git a/x11-wm/i3/i3-9999.ebuild b/x11-wm/i3/i3-9999.ebuild index e644fcb77f54..e7b4e3a5694e 100644 --- a/x11-wm/i3/i3-9999.ebuild +++ b/x11-wm/i3/i3-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -75,7 +75,7 @@ src_prepare() { src_configure() { local emesonargs=( - -Ddocdir="/usr/share/doc/${PF}" + -Ddocdir="${EPREFIX}/usr/share/doc/${PF}" $(meson_use doc docs) $(meson_use doc mans) ) -- cgit v1.2.3-65-gdbad