summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Levine <plevine457@gmail.com>2021-10-07 20:02:31 -0400
committerBen Kohler <bkohler@gentoo.org>2021-10-08 06:12:13 -0500
commita3554ad8880bab8a7d5b2efb2e9d24045dae412a (patch)
tree89c89f314cd254ec11a4f4874780d4e2b951233f
parentsys-boot/os-prober: set EAPI=8 for live ebuild (diff)
downloadgentoo-a3554ad8.tar.gz
gentoo-a3554ad8.tar.bz2
gentoo-a3554ad8.zip
sys-boot/os-prober: change S to "${WORkDIR}"/${PN}
Now for >=sys-boot/os-prober-1.79, S="${WORkDIR}"/${PN} Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Ben Kohler <bkohler@gentoo.org>
-rw-r--r--sys-boot/os-prober/os-prober-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-boot/os-prober/os-prober-9999.ebuild b/sys-boot/os-prober/os-prober-9999.ebuild
index 4bd5a3f21924..622282f13d56 100644
--- a/sys-boot/os-prober/os-prober-9999.ebuild
+++ b/sys-boot/os-prober/os-prober-9999.ebuild
@@ -13,6 +13,7 @@ if [[ ${PV} == 9999 ]]; then
else
SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.xz"
KEYWORDS="~amd64 ~x86"
+ S="${WORKDIR}"/${PN}
fi
LICENSE="GPL-3"