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 <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler
2020-03-24 08:02:33 -05:00
parent b1338de13c
commit 35588d4610

View File

@@ -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 \