mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-libs/gtk-vnc: add missing || die for sed
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
This commit is contained in:
@@ -51,7 +51,7 @@ src_prepare() {
|
||||
vala_src_prepare
|
||||
xdg_src_prepare
|
||||
# Don't add -O2 explicitly to CFLAGS
|
||||
sed -i -e "/'-O2'/d" meson.build
|
||||
sed -i -e "/'-O2'/d" meson.build || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
||||
Reference in New Issue
Block a user