mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user