commit:     c649fe7b4e80a8bee1928b164ab9a3ea1410215d
Author:     Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Mon Dec 16 08:51:21 2019 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Dec 17 16:35:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c649fe7b

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 <hydrapolic <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 app-emulation/xen/xen-4.12.1-r4.ebuild  | 4 ++--
 app-emulation/xen/xen-4.13.0_rc4.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-emulation/xen/xen-4.12.1-r4.ebuild 
b/app-emulation/xen/xen-4.12.1-r4.ebuild
index 3ee8dd94a9c..a2e48e0d111 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 c18edd05ce4..334affd09a8 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"

Reply via email to