Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o, "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-portage-dev] [PATCH] prepstrip: Fix double slash in pre-stripped list
Date: Wed, 14 Mar 2018 17:01:02
Message-Id: bc0d9e45-6a21-8fb5-53dc-04c45125cabd@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] prepstrip: Fix double slash in pre-stripped list by "Michał Górny"
1 On 03/14/2018 03:20 AM, Michał Górny wrote:
2 > ---
3 > bin/ebuild-helpers/prepstrip | 2 +-
4 > 1 file changed, 1 insertion(+), 1 deletion(-)
5 >
6 > diff --git a/bin/ebuild-helpers/prepstrip b/bin/ebuild-helpers/prepstrip
7 > index 9b895c60b..2136e0d4d 100755
8 > --- a/bin/ebuild-helpers/prepstrip
9 > +++ b/bin/ebuild-helpers/prepstrip
10 > @@ -255,7 +255,7 @@ if ! ${RESTRICT_binchecks} && ! ${RESTRICT_strip} ; then
11 > # and start stripping the files ourselves. The log parsing can be done in
12 > # parallel though.
13 > log=${tmpdir}/scanelf-already-stripped.log
14 > - scanelf -yqRBF '#k%F' -k '!.symtab' "$@" | sed -e "s#^${ED%/}##" > "${log}"
15 > + scanelf -yqRBF '#k%F' -k '!.symtab' "$@" | sed -e "s#^${ED%/}/##" > "${log}"
16 > (
17 > __multijob_child_init
18 > qa_var="QA_PRESTRIPPED_${ARCH/-/_}"
19 >
20
21 Look good. I see that this fixes 244a62a4f275e4282dc040be3c049e593c36c0ce.
22 --
23 Thanks,
24 Zac

Attachments

File name MIME type
signature.asc application/pgp-signature