From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 C1AAD138330 for ; Tue, 29 May 2018 23:18:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EE40E07F9; Tue, 29 May 2018 23:18:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72DC8E07F9 for ; Tue, 29 May 2018 23:18:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 58A90335C63 for ; Tue, 29 May 2018 23:18:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76F31129 for ; Tue, 29 May 2018 23:18:28 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1527635902.eceea24ea15577653794e5adff4509297b58f186.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-firmware/intel-microcode/intel-microcode-20180426-r2.ebuild X-VCS-Directories: sys-firmware/intel-microcode/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: eceea24ea15577653794e5adff4509297b58f186 X-VCS-Branch: master Date: Tue, 29 May 2018 23:18:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b3f07814-bbc0-439f-bea7-d5d55de2b2e2 X-Archives-Hash: 3b00f1f395e8263511f90942bbab48b5 commit: eceea24ea15577653794e5adff4509297b58f186 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue May 29 23:18:22 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue May 29 23:18:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eceea24e sys-firmware/intel-microcode: Fix die message Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-firmware/intel-microcode/intel-microcode-20180426-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-firmware/intel-microcode/intel-microcode-20180426-r2.ebuild b/sys-firmware/intel-microcode/intel-microcode-20180426-r2.ebuild index b39f2be9bd8..decbae0ff43 100644 --- a/sys-firmware/intel-microcode/intel-microcode-20180426-r2.ebuild +++ b/sys-firmware/intel-microcode/intel-microcode-20180426-r2.ebuild @@ -151,7 +151,7 @@ pkg_preinst() { # Cleanup any temporary leftovers so that we don't merge any # unneeded files on disk - rm -r "${ED%/}"/tmp || die "Failed to cleanup '"${ED%/}"/tmp'" + rm -r "${ED%/}"/tmp || die "Failed to cleanup '${ED%/}/tmp'" } pkg_prerm() {