mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user