Gentoo Archives: gentoo-portage-dev

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

Replies