mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
net-misc/netpipe: fix bad sed delimiter
Closes: https://bugs.gentoo.org/710710 Package-Manager: Portage-2.3.95, Repoman-2.3.21 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
parent
35588d4610
commit
8ffed252e4
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@ -18,8 +18,8 @@ S="${WORKDIR}/${PN}"
|
||||
|
||||
src_prepare() {
|
||||
sed -i \
|
||||
-e "s:^OPT=.*:OPT = ${CFLAGS} ${LDFLAGS}:" \
|
||||
-e "s:^CC=.*:CC = $(tc-getCC):" \
|
||||
-e "s|^OPT=.*|OPT = ${CFLAGS} ${LDFLAGS}|" \
|
||||
-e "s|^CC=.*|CC = $(tc-getCC)|" \
|
||||
Makefile || die "sed failed"
|
||||
default
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user