Re: [gentoo-portage-dev] [PATCH] phase-functions: Fix cleaning fake FILESDIR, reported by Arfrever

2017-03-26 Thread Michał Górny
On nie, 2017-03-26 at 00:38 -0700, Zac Medico wrote:
> On Sun, Mar 26, 2017 at 12:30 AM, Michał Górny  wrote:
> > ---
> >  bin/phase-functions.sh | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh
> > index 50f0fdb9b..dfd8733c8 100644
> > --- a/bin/phase-functions.sh
> > +++ b/bin/phase-functions.sh
> > @@ -283,6 +283,7 @@ __dyn_clean() {
> > 
> > rm -rf "${PORTAGE_BUILDDIR}/build-info"
> > rm -rf "${WORKDIR}"
> > +   rm -f "${PORTAGE_BUILDDIR}/files"
> > fi
> > 
> > if [ -f "${PORTAGE_BUILDDIR}/.unpacked" ]; then
> > --
> > 2.12.1
> > 
> > 
> 
> Looks good.

Pushed, thanks.

-- 
Best regards,
Michał Górny


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-portage-dev] [PATCH] phase-functions: Fix cleaning fake FILESDIR, reported by Arfrever

2017-03-26 Thread Zac Medico
On Sun, Mar 26, 2017 at 12:30 AM, Michał Górny  wrote:
> ---
>  bin/phase-functions.sh | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh
> index 50f0fdb9b..dfd8733c8 100644
> --- a/bin/phase-functions.sh
> +++ b/bin/phase-functions.sh
> @@ -283,6 +283,7 @@ __dyn_clean() {
>
> rm -rf "${PORTAGE_BUILDDIR}/build-info"
> rm -rf "${WORKDIR}"
> +   rm -f "${PORTAGE_BUILDDIR}/files"
> fi
>
> if [ -f "${PORTAGE_BUILDDIR}/.unpacked" ]; then
> --
> 2.12.1
>
>

Looks good.
-- 
Thanks,
Zac