mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
net-irc/halloy: Ensure build fails if sed command fails
Signed-off-by: Alberto Gireud <agireud@protonmail.com>
This commit is contained in:
@@ -551,7 +551,7 @@ src_configure() {
|
|||||||
if [[ ${PV} != *9999* ]] ; then
|
if [[ ${PV} != *9999* ]] ; then
|
||||||
# Fix cargo.eclass handling of patched dependencies
|
# Fix cargo.eclass handling of patched dependencies
|
||||||
# https://github.com/squidowl/halloy/blob/main/Cargo.toml#L52-L54
|
# https://github.com/squidowl/halloy/blob/main/Cargo.toml#L52-L54
|
||||||
sed -i "s,'https://github.com/iced-rs/iced',crates-io,g" "${ECARGO_HOME}/config"
|
sed -i "s,'https://github.com/iced-rs/iced',crates-io,g" "${ECARGO_HOME}/config" || die
|
||||||
fi
|
fi
|
||||||
cargo_src_configure
|
cargo_src_configure
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user