From 35588d4610bdaadcd0628fef910c97c910fcdd88 Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Tue, 24 Mar 2020 08:02:33 -0500 Subject: [PATCH] app-shells/sash: fix bad sed delimiter Closes: https://bugs.gentoo.org/710708 Package-Manager: Portage-2.3.95, Repoman-2.3.21 Signed-off-by: Ben Kohler --- app-shells/sash/sash-3.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/sash/sash-3.8.ebuild b/app-shells/sash/sash-3.8.ebuild index c927bf54bedb..c9e88e0c3df7 100644 --- a/app-shells/sash/sash-3.8.ebuild +++ b/app-shells/sash/sash-3.8.ebuild @@ -23,7 +23,7 @@ src_prepare() { eapply "${FILESDIR}"/sash-3.7-builtin.patch sed \ - -e "s:-O3:${CFLAGS}:" \ + -e "s|-O3|${CFLAGS}|" \ -e '/strip/d' \ -i Makefile || die sed \ -- 2.26.2