[arch-commits] Commit in edk2/trunk (PKGBUILD edk2-ovmf.install)
David Runge
dvzrv at archlinux.org
Thu Apr 23 11:46:13 UTC 2020
Date: Thursday, April 23, 2020 @ 11:46:12
Author: dvzrv
Revision: 380772
upgpkg: edk2 202002-7: Updating the post_install() message to be more specific about backwards compatible symlinks being part of the package.
Modified:
edk2/trunk/PKGBUILD
edk2/trunk/edk2-ovmf.install
-------------------+
PKGBUILD | 2 +-
edk2-ovmf.install | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-23 10:40:13 UTC (rev 380771)
+++ PKGBUILD 2020-04-23 11:46:12 UTC (rev 380772)
@@ -5,7 +5,7 @@
pkgbase=edk2
pkgname=('edk2-shell' 'edk2-ovmf')
pkgver=202002
-pkgrel=6
+pkgrel=7
pkgdesc="Modern, feature-rich firmware development environment for the UEFI specifications"
arch=('any')
url="https://github.com/tianocore/edk2"
Modified: edk2-ovmf.install
===================================================================
--- edk2-ovmf.install 2020-04-23 10:40:13 UTC (rev 380771)
+++ edk2-ovmf.install 2020-04-23 11:46:12 UTC (rev 380772)
@@ -1,6 +1,6 @@
post_install() {
# note for users of ovmf
- if [ "$(vercmp "$1" '202002-6')" -le 0 ]; then
- echo -e "The firmware location has changed to /usr/share/edk2-ovmf/. Symlinks were created for backwards compatibility.\nNOTE: To update the paths run 'virsh edit' on virtual machines that use OVMF."
+ if [ "$(vercmp "$1" '202002-7')" -le 0 ]; then
+ echo -e "The firmware location has changed to /usr/share/edk2-ovmf/. Symlinks are provided for backwards compatibility.\nNOTE: To update the paths run 'virsh edit' on virtual machines that use OVMF."
fi
}
More information about the arch-commits
mailing list