diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2019-12-16 09:51:21 +0100 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2019-12-17 16:35:36 +0000 |
commit | c649fe7b4e80a8bee1928b164ab9a3ea1410215d (patch) | |
tree | 3d362685ae3c46891843a148944b42491b818513 /app-emulation | |
parent | net-im/libcommuni: drop old version (diff) | |
download | gentoo-c649fe7b4e80a8bee1928b164ab9a3ea1410215d.tar.gz gentoo-c649fe7b4e80a8bee1928b164ab9a3ea1410215d.tar.bz2 gentoo-c649fe7b4e80a8bee1928b164ab9a3ea1410215d.zip |
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@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen/xen-4.12.1-r4.ebuild | 4 | ||||
-rw-r--r-- | 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 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" |