From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-940920-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10C1A139694 for <garchives@archives.gentoo.org>; Sun, 26 Mar 2017 07:43:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3206021C0FA; Sun, 26 Mar 2017 07:43:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DD5821C0FA for <gentoo-commits@lists.gentoo.org>; Sun, 26 Mar 2017 07:43:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE2EA341653 for <gentoo-commits@lists.gentoo.org>; Sun, 26 Mar 2017 07:43:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E75C70B7 for <gentoo-commits@lists.gentoo.org>; Sun, 26 Mar 2017 07:43:13 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1490514160.6affafbd59262760091b3b7c2d63ff5c96e43807.mgorny@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/phase-functions.sh X-VCS-Directories: bin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6affafbd59262760091b3b7c2d63ff5c96e43807 X-VCS-Branch: master Date: Sun, 26 Mar 2017 07:43:13 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 889fa3bf-a25b-400a-ad79-d09f3c242588 X-Archives-Hash: 32e8eca76bcf3f15c548db190da173e8 commit: 6affafbd59262760091b3b7c2d63ff5c96e43807 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Mar 26 07:25:11 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Mar 26 07:42:40 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=6affafbd phase-functions: Fix cleaning fake FILESDIR, reported by Arfrever Reviewed-by: Zac Medico <zmedico <AT> gentoo.org> 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