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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5963C158089 for ; Mon, 18 Sep 2023 12:37:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C76E2BC087; Mon, 18 Sep 2023 12:37:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 680F42BC087 for ; Mon, 18 Sep 2023 12:37:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B62A8335D60 for ; Mon, 18 Sep 2023 12:37:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D29111ED for ; Mon, 18 Sep 2023 12:37:15 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1694990361.41dfeea42dc365c5434c74861421f4f3c50f48d7.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/libbpg/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/libbpg/libbpg-0.9.8-r1.ebuild X-VCS-Directories: media-libs/libbpg/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 41dfeea42dc365c5434c74861421f4f3c50f48d7 X-VCS-Branch: master Date: Mon, 18 Sep 2023 12:37:15 +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: dc2c6ec8-f620-4b04-973c-93568fef8946 X-Archives-Hash: 68513bacd365e8afe162eaf6e0b7df09 commit: 41dfeea42dc365c5434c74861421f4f3c50f48d7 Author: Lucio Sauer posteo net> AuthorDate: Sun Sep 17 22:18:59 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Sep 17 22:39:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41dfeea4 media-libs/libbpg: respect offset-prefix of image directory Signed-off-by: Lucio Sauer posteo.net> media-libs/libbpg/libbpg-0.9.8-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-libs/libbpg/libbpg-0.9.8-r1.ebuild b/media-libs/libbpg/libbpg-0.9.8-r1.ebuild index 5e4b64708b..b287d4de67 100644 --- a/media-libs/libbpg/libbpg-0.9.8-r1.ebuild +++ b/media-libs/libbpg/libbpg-0.9.8-r1.ebuild @@ -90,8 +90,9 @@ src_compile() { } src_install() { - mkdir -p "${D}"/usr/bin - emake prefix="${D}"/usr install + mkdir -p "${ED}"/usr/bin || die + # We never called configure with --prefix="${EPREFIX}"/usr or similar + emake prefix="${ED}"/usr install if use bpgview; then dobin bpgview