From: Tomas Mozes Date: Mon, 16 Dec 2019 08:51:21 +0000 (+0100) Subject: app-emulation/xen: fix efi path X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c649fe7b4e80a8bee1928b164ab9a3ea1410215d;p=gentoo.git app-emulation/xen: fix efi path Closes: https://bugs.gentoo.org/703050 Closes: https://github.com/gentoo/gentoo/pull/13996 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Tomáš Mózes Signed-off-by: Yixun Lan --- diff --git a/app-emulation/xen/xen-4.12.1-r4.ebuild b/app-emulation/xen/xen-4.12.1-r4.ebuild index 3ee8dd94a9ce..a2e48e0d1116 100644 --- a/app-emulation/xen/xen-4.12.1-r4.ebuild +++ b/app-emulation/xen/xen-4.12.1-r4.ebuild @@ -105,7 +105,7 @@ src_prepare() { if use efi; then export EFI_VENDOR="gentoo" - export EFI_MOUNTPOINT="boot" + export EFI_MOUNTPOINT="/boot" fi default @@ -148,7 +148,7 @@ pkg_postinst() { elog "Official Xen Guide:" elog " https://wiki.gentoo.org/wiki/Xen" - use efi && einfo "The efi executable is installed in boot/efi/gentoo" + use efi && einfo "The efi executable is installed in /boot/efi/gentoo" elog "You can optionally block the installation of /boot/xen-syms by an entry" elog "in folder /etc/portage/env using the portage's feature INSTALL_MASK" diff --git a/app-emulation/xen/xen-4.13.0_rc4.ebuild b/app-emulation/xen/xen-4.13.0_rc4.ebuild index c18edd05ce4a..334affd09a88 100644 --- a/app-emulation/xen/xen-4.13.0_rc4.ebuild +++ b/app-emulation/xen/xen-4.13.0_rc4.ebuild @@ -106,7 +106,7 @@ src_prepare() { if use efi; then export EFI_VENDOR="gentoo" - export EFI_MOUNTPOINT="boot" + export EFI_MOUNTPOINT="/boot" fi default @@ -147,7 +147,7 @@ pkg_postinst() { elog "Official Xen Guide:" elog " https://wiki.gentoo.org/wiki/Xen" - use efi && einfo "The efi executable is installed in boot/efi/gentoo" + use efi && einfo "The efi executable is installed in /boot/efi/gentoo" elog "You can optionally block the installation of /boot/xen-syms by an entry" elog "in folder /etc/portage/env using the portage's feature INSTALL_MASK"