games-util/oversteer: Add missing ' || die' to sed statement

Bug: https://bugs.gentoo.org/975151
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
This commit is contained in:
Erica Nebula
2026-05-18 14:25:25 -05:00
parent a9bc44430d
commit 8d46cdcc01
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ src_configure() {
src_test() {
# Skip the appstream file test as it requires network access.
sed -i 's~appstream_util.found()~false~' "${S}/data/meson.build"
sed -i 's~appstream_util.found()~false~' "${S}/data/meson.build" || die
meson_src_test
}

View File

@@ -37,7 +37,7 @@ src_configure() {
src_test() {
# Skip the appstream file test as it requires network access.
sed -i 's~appstream_util.found()~false~' "${S}/data/meson.build"
sed -i 's~appstream_util.found()~false~' "${S}/data/meson.build" || die
meson_src_test
}