Gentoo Archives: gentoo-portage-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] phase-functions: Fix cleaning fake FILESDIR, reported by Arfrever
Date: Sun, 26 Mar 2017 07:43:47
Message-Id: 1490514220.1318.1.camel@gentoo.org
In Reply to: Re: [gentoo-portage-dev] [PATCH] phase-functions: Fix cleaning fake FILESDIR, reported by Arfrever by Zac Medico
1 On nie, 2017-03-26 at 00:38 -0700, Zac Medico wrote:
2 > On Sun, Mar 26, 2017 at 12:30 AM, Michał Górny <mgorny@g.o> wrote:
3 > > ---
4 > > bin/phase-functions.sh | 1 +
5 > > 1 file changed, 1 insertion(+)
6 > >
7 > > diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh
8 > > index 50f0fdb9b..dfd8733c8 100644
9 > > --- a/bin/phase-functions.sh
10 > > +++ b/bin/phase-functions.sh
11 > > @@ -283,6 +283,7 @@ __dyn_clean() {
12 > >
13 > > rm -rf "${PORTAGE_BUILDDIR}/build-info"
14 > > rm -rf "${WORKDIR}"
15 > > + rm -f "${PORTAGE_BUILDDIR}/files"
16 > > fi
17 > >
18 > > if [ -f "${PORTAGE_BUILDDIR}/.unpacked" ]; then
19 > > --
20 > > 2.12.1
21 > >
22 > >
23 >
24 > Looks good.
25
26 Pushed, thanks.
27
28 --
29 Best regards,
30 Michał Górny

Attachments

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