mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
sys-apps/mission-center: check for errors from sed
Signed-off-by: Blake Batson <bbatson101@gmail.com>
This commit is contained in:
@@ -470,8 +470,8 @@ src_unpack() {
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -i "/cargo_env.*+=.*CARGO_HOME/d" src/meson.build
|
||||
sed -i "/cargo_env.*+=.*CARGO_HOME/d" subprojects/magpie/meson.build
|
||||
sed -i "/cargo_env.*+=.*CARGO_HOME/d" src/meson.build || die
|
||||
sed -i "/cargo_env.*+=.*CARGO_HOME/d" subprojects/magpie/meson.build || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
||||
Reference in New Issue
Block a user