commit:     6d2452471494701eea0a85c3fb1ea7d978da5a7b
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 21:10:03 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 16:29:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d245247

app-containers/lxd: Update edk2 OVMF path adjustment

These files now live in /usr/share/edk2/OvmfX64. No revbump as there is a
compatibility symlink.

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 app-containers/lxd/lxd-5.0.3-r2.ebuild  | 2 +-
 app-containers/lxd/lxd-5.21.1-r1.ebuild | 2 +-
 app-containers/lxd/lxd-6.1.ebuild       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-containers/lxd/lxd-5.0.3-r2.ebuild 
b/app-containers/lxd/lxd-5.0.3-r2.ebuild
index 2a37a0ddeac2..e6b8cc7f1855 100644
--- a/app-containers/lxd/lxd-5.0.3-r2.ebuild
+++ b/app-containers/lxd/lxd-5.0.3-r2.ebuild
@@ -103,7 +103,7 @@ src_prepare() {
 
        # Fix hardcoded ovmf file path, see bug 763180
        sed -i \
-               -e "s:/usr/share/OVMF:/usr/share/edk2-ovmf:g" \
+               -e "s:/usr/share/OVMF:/usr/share/edk2/OvmfX64:g" \
                -e "s:OVMF_VARS.ms.fd:OVMF_VARS.fd:g" \
                doc/environment.md \
                lxd/apparmor/instance.go \

diff --git a/app-containers/lxd/lxd-5.21.1-r1.ebuild 
b/app-containers/lxd/lxd-5.21.1-r1.ebuild
index 36ce81664eaa..12cdb9a81965 100644
--- a/app-containers/lxd/lxd-5.21.1-r1.ebuild
+++ b/app-containers/lxd/lxd-5.21.1-r1.ebuild
@@ -97,7 +97,7 @@ src_prepare() {
 
        # Fix hardcoded ovmf file path, see bug 763180
        sed -i \
-               -e "s:/usr/share/OVMF:/usr/share/edk2-ovmf:g" \
+               -e "s:/usr/share/OVMF:/usr/share/edk2/OvmfX64:g" \
                -e "s:OVMF_VARS.ms.fd:OVMF_VARS.fd:g" \
                doc/environment.md \
                lxd/apparmor/instance.go \

diff --git a/app-containers/lxd/lxd-6.1.ebuild 
b/app-containers/lxd/lxd-6.1.ebuild
index bd080aee1b6a..422d2004d236 100644
--- a/app-containers/lxd/lxd-6.1.ebuild
+++ b/app-containers/lxd/lxd-6.1.ebuild
@@ -97,7 +97,7 @@ src_prepare() {
 
        # Fix hardcoded ovmf file path, see bug 763180
        sed -i \
-               -e "s:/usr/share/OVMF:/usr/share/edk2-ovmf:g" \
+               -e "s:/usr/share/OVMF:/usr/share/edk2/OvmfX64:g" \
                -e "s:OVMF_VARS.ms.fd:OVMF_VARS.fd:g" \
                doc/environment.md \
                lxd/apparmor/instance.go \

Reply via email to