summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2024-09-28 22:10:03 +0100
committerJames Le Cuirot <chewi@gentoo.org>2024-10-10 17:29:41 +0100
commit6d2452471494701eea0a85c3fb1ea7d978da5a7b (patch)
tree1a3a92ce35a3855b251a5c5b43bf08b790bda72e /app-containers
parentsys-firmware/edk2-bin: Version bump to 202408 (diff)
downloadgentoo-6d2452471494701eea0a85c3fb1ea7d978da5a7b.tar.gz
gentoo-6d2452471494701eea0a85c3fb1ea7d978da5a7b.tar.bz2
gentoo-6d2452471494701eea0a85c3fb1ea7d978da5a7b.zip
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@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r--app-containers/lxd/lxd-5.0.3-r2.ebuild2
-rw-r--r--app-containers/lxd/lxd-5.21.1-r1.ebuild2
-rw-r--r--app-containers/lxd/lxd-6.1.ebuild2
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 \