projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1338de
)
app-shells/sash: fix bad sed delimiter
author
Ben Kohler
<bkohler@gentoo.org>
Tue, 24 Mar 2020 13:02:33 +0000
(08:02 -0500)
committer
Ben Kohler
<bkohler@gentoo.org>
Tue, 24 Mar 2020 13:31:35 +0000
(08:31 -0500)
Closes: https://bugs.gentoo.org/710708
Package-Manager: Portage-2.3.95, Repoman-2.3.21
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
app-shells/sash/sash-3.8.ebuild
patch
|
blob
|
history
diff --git
a/app-shells/sash/sash-3.8.ebuild
b/app-shells/sash/sash-3.8.ebuild
index c927bf54bedbd9ca3721b9ac01d7389a2c147ab5..c9e88e0c3df7e28537afeede4e0de836df41ee1e 100644
(file)
--- 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 \