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 CE4041581E7 for ; Sun, 21 Apr 2024 19:29:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1674E29C3; Sun, 21 Apr 2024 19:29:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BDE4DE29C3 for ; Sun, 21 Apr 2024 19:29:13 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C53F7343424 for ; Sun, 21 Apr 2024 19:29:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27F10135F for ; Sun, 21 Apr 2024 19:29:11 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1713727718.ab5d50811c0139c3f48b8cbc21e24fc1d61c2af9.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fotocx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/fotocx/fotocx-24.21-r1.ebuild media-gfx/fotocx/fotocx-24.21.ebuild X-VCS-Directories: media-gfx/fotocx/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: ab5d50811c0139c3f48b8cbc21e24fc1d61c2af9 X-VCS-Branch: master Date: Sun, 21 Apr 2024 19:29:11 +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: 02464287-7598-4407-bf53-2a108b093ac0 X-Archives-Hash: 67df29d18b5e041933fe72b32fe7e0c8 commit: ab5d50811c0139c3f48b8cbc21e24fc1d61c2af9 Author: Ben Kohler gentoo org> AuthorDate: Sun Apr 21 19:25:42 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Sun Apr 21 19:28:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5d5081 media-gfx/fotocx: don't install to /usr/local Signed-off-by: Ben Kohler gentoo.org> media-gfx/fotocx/{fotocx-24.21.ebuild => fotocx-24.21-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/fotocx/fotocx-24.21.ebuild b/media-gfx/fotocx/fotocx-24.21-r1.ebuild similarity index 98% rename from media-gfx/fotocx/fotocx-24.21.ebuild rename to media-gfx/fotocx/fotocx-24.21-r1.ebuild index 130da99dcd2c..8eee122865a7 100644 --- a/media-gfx/fotocx/fotocx-24.21.ebuild +++ b/media-gfx/fotocx/fotocx-24.21-r1.ebuild @@ -49,7 +49,7 @@ src_prepare() { src_install() { # For the Help menu items to work, *.html must be in /usr/share/doc/${PF}, # and README, changelog, copyright, license, etc. must not be compressed. - emake DESTDIR="${D}" install + emake DESTDIR="${D}" PREFIX="/usr" install rm -f "${D}"/usr/share/doc/${PF}/*.man || die docompress -x /usr/share/doc }