Skip to content

Commit

Permalink
app-shells/sash: fix bad sed delimiter
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/710708
Package-Manager: Portage-2.3.95, Repoman-2.3.21
Signed-off-by: Ben Kohler <[email protected]>
  • Loading branch information
benkohler committed Mar 24, 2020
1 parent b1338de commit 35588d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-shells/sash/sash-3.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 35588d4

Please sign in to comment.