Gentoo Archives: gentoo-portage-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-portage-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-portage-dev] [PATCH] phase-functions: Fix cleaning fake FILESDIR, reported by Arfrever
Date: Sun, 26 Mar 2017 07:30:33
Message-Id: 20170326073024.6393-1-mgorny@gentoo.org
1 ---
2 bin/phase-functions.sh | 1 +
3 1 file changed, 1 insertion(+)
4
5 diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh
6 index 50f0fdb9b..dfd8733c8 100644
7 --- a/bin/phase-functions.sh
8 +++ b/bin/phase-functions.sh
9 @@ -283,6 +283,7 @@ __dyn_clean() {
10
11 rm -rf "${PORTAGE_BUILDDIR}/build-info"
12 rm -rf "${WORKDIR}"
13 + rm -f "${PORTAGE_BUILDDIR}/files"
14 fi
15
16 if [ -f "${PORTAGE_BUILDDIR}/.unpacked" ]; then
17 --
18 2.12.1

Replies