On 03/14/2018 03:20 AM, Michał Górny wrote:
> ---
>  bin/ebuild-helpers/prepstrip | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/bin/ebuild-helpers/prepstrip b/bin/ebuild-helpers/prepstrip
> index 9b895c60b..2136e0d4d 100755
> --- a/bin/ebuild-helpers/prepstrip
> +++ b/bin/ebuild-helpers/prepstrip
> @@ -255,7 +255,7 @@ if ! ${RESTRICT_binchecks} && ! ${RESTRICT_strip} ; then
>       # and start stripping the files ourselves.  The log parsing can be done 
> in
>       # parallel though.
>       log=${tmpdir}/scanelf-already-stripped.log
> -     scanelf -yqRBF '#k%F' -k '!.symtab' "$@" | sed -e "s#^${ED%/}##" > 
> "${log}"
> +     scanelf -yqRBF '#k%F' -k '!.symtab' "$@" | sed -e "s#^${ED%/}/##" > 
> "${log}"
>       (
>       __multijob_child_init
>       qa_var="QA_PRESTRIPPED_${ARCH/-/_}"
> 

Look good. I see that this fixes 244a62a4f275e4282dc040be3c049e593c36c0ce.
-- 
Thanks,
Zac

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to