From a0b342515c1a0fb570d871be7da7ffc1f5f8a685 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Thu, 13 May 2021 02:33:35 +0200 Subject: app-emulation/xen-tools: adjust seabios SRC name Fixes: 5871ab0e ("app-emulation/xen-tools: use same SRC_URI for seabios like sys-firmware/seabios") Closes: https://bugs.gentoo.org/789648 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann --- app-emulation/xen-tools/xen-tools-4.13.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-emulation/xen-tools') diff --git a/app-emulation/xen-tools/xen-tools-4.13.3-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.13.3-r1.ebuild index 0f16bbc10d4e..56e600d9a968 100644 --- a/app-emulation/xen-tools/xen-tools-4.13.3-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.13.3-r1.ebuild @@ -239,7 +239,7 @@ src_prepare() { fi # move before Gentoo patch, one patch should apply to seabios, to fix gcc-4.5.x build err - mv ../seabios-rel-${SEABIOS_VER} tools/firmware/seabios-dir-remote || die + mv ../seabios-${SEABIOS_VER} tools/firmware/seabios-dir-remote || die pushd tools/firmware/ > /dev/null ln -s seabios-dir-remote seabios-dir || die popd > /dev/null -- cgit v1.2.3-65-gdbad