www-apps/zola: add || die in case sed fails

Thanks-to: David Roman <davidroman96@gmail.com>
Signed-off-by: zyxhere💭 <zyx@envs.net>
This commit is contained in:
zyxhere💭
2026-01-31 18:32:46 +05:00
parent 1e780e6819
commit 475b798183

View File

@@ -637,7 +637,7 @@ QA_FLAGS_IGNORED="usr/bin/${PN}"
src_prepare() {
default
# Upstream enables stripping on rel and disables debuginfo on dev
sed -i 's:profile:ignore:' Cargo.toml
sed -i 's:profile:ignore:' Cargo.toml || die
}
src_configure() {