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 EF87C139360 for ; Wed, 11 Aug 2021 16:02:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 314F6E07FA; Wed, 11 Aug 2021 16:02:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 18D3BE07FA for ; Wed, 11 Aug 2021 16:02:58 +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 F0023335D6E for ; Wed, 11 Aug 2021 16:02:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B82E7BD for ; Wed, 11 Aug 2021 16:02:55 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1628697729.de157d6384f3a8bd6ea769310eed8498c4562d40.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/terminus-font/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/terminus-font/terminus-font-4.49.1.ebuild X-VCS-Directories: media-fonts/terminus-font/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: de157d6384f3a8bd6ea769310eed8498c4562d40 X-VCS-Branch: master Date: Wed, 11 Aug 2021 16:02:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3796782e-e519-4ba4-a870-a8da888ffb1d X-Archives-Hash: 5b8757cbfafead207a6385d78420058a commit: de157d6384f3a8bd6ea769310eed8498c4562d40 Author: Felix Neumärker posteo de> AuthorDate: Wed Aug 11 13:50:22 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Aug 11 16:02:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de157d63 media-fonts/terminus-font: fix double prefix Closes: https://github.com/gentoo/gentoo/pull/21951 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Felix Neumärker posteo.de> Signed-off-by: Marek Szuba gentoo.org> media-fonts/terminus-font/terminus-font-4.49.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-fonts/terminus-font/terminus-font-4.49.1.ebuild b/media-fonts/terminus-font/terminus-font-4.49.1.ebuild index 6c5eb7ba0f4..0a35eeb8126 100644 --- a/media-fonts/terminus-font/terminus-font-4.49.1.ebuild +++ b/media-fonts/terminus-font/terminus-font-4.49.1.ebuild @@ -80,7 +80,7 @@ src_install() { ) # Set the CHECKDIR to a dummy location so we always get the same set of # files installed regardless of what is in / or ROOT or wherever. - [[ ${#args[@]} -gt 0 ]] && emake DESTDIR="${ED}" CHECKDIR="${ED}" "${args[@]}" + [[ ${#args[@]} -gt 0 ]] && emake DESTDIR="${D}" CHECKDIR="${D}" "${args[@]}" use otf && FONT_SUFFIX=otb font_src_install