commit:     b1338de13c1a7d5930cdec493c004bcf05ae2a5f
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 24 12:57:12 2020 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Mar 24 13:31:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1338de1

app-shells/smrsh: fix bad sed delimiter

Closes: https://bugs.gentoo.org/710898
Package-Manager: Portage-2.3.95, Repoman-2.3.21
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 app-shells/smrsh/smrsh-8.15.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-shells/smrsh/smrsh-8.15.2.ebuild 
b/app-shells/smrsh/smrsh-8.15.2.ebuild
index a3333b5cad3..5679f879ea9 100644
--- a/app-shells/smrsh/smrsh-8.15.2.ebuild
+++ b/app-shells/smrsh/smrsh-8.15.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -26,8 +26,8 @@ src_prepare() {
                -e "s:/usr/adm/sm.bin:/var/lib/smrsh:g" \
                -i README -i smrsh.8 || die "sed failed"
 
-       sed -e "s:@@confCCOPTS@@:${CFLAGS}:" \
-               -e "s:@@confLDOPTS@@:${LDFLAGS}:" \
+       sed -e "s|@@confCCOPTS@@|${CFLAGS}|" \
+               -e "s|@@confLDOPTS@@|${LDFLAGS}|" \
                -e "s:@@confCC@@:$(tc-getCC):" "${FILESDIR}/site.config.m4" \
                > "${S}/devtools/Site/site.config.m4" || die "sed failed"
 }

Reply via email to