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 7DAFB158086 for ; Sun, 26 Dec 2021 13:03:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1D302BC025; Sun, 26 Dec 2021 13:03:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 6F8432BC025 for ; Sun, 26 Dec 2021 13:03:17 +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 24D5533BE32 for ; Sun, 26 Dec 2021 13:03:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6713E233 for ; Sun, 26 Dec 2021 13:03:14 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1640523789.d7b8e166cf99a7bf0d1cfe8037239611ee7eccfd.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/singularity/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/singularity/singularity-3.8.5.ebuild X-VCS-Directories: sys-cluster/singularity/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: d7b8e166cf99a7bf0d1cfe8037239611ee7eccfd X-VCS-Branch: master Date: Sun, 26 Dec 2021 13:03:14 +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: 73aa7ba6-f970-4d3b-90e3-d842c65b4bf4 X-Archives-Hash: 16b1a743af0cdf978a9d69f03250dc5a commit: d7b8e166cf99a7bf0d1cfe8037239611ee7eccfd Author: Benda Xu gentoo org> AuthorDate: Sun Dec 26 13:02:52 2021 +0000 Commit: Benda XU gentoo org> CommitDate: Sun Dec 26 13:03:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b8e166 sys-cluster/singularity: support Prefix. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Benda Xu gentoo.org> sys-cluster/singularity/singularity-3.8.5.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-cluster/singularity/singularity-3.8.5.ebuild b/sys-cluster/singularity/singularity-3.8.5.ebuild index 8e6b0570d888..cc6fc804f1fb 100644 --- a/sys-cluster/singularity/singularity-3.8.5.ebuild +++ b/sys-cluster/singularity/singularity-3.8.5.ebuild @@ -36,10 +36,10 @@ src_configure() { -x "$(tc-getBUILD_CXX)" \ -C "$(tc-getCC)" \ -X "$(tc-getCXX)" \ - --prefix=/usr \ - --sysconfdir=/etc \ - --runstatedir=/run \ - --localstatedir=/var \ + --prefix="${EPREFIX}"/usr \ + --sysconfdir="${EPREFIX}"/etc \ + --runstatedir="${EPREFIX}"/run \ + --localstatedir="${EPREFIX}"/var \ $(usex network "" "--without-network") \ $(usex suid "" "--without-suid") ) @@ -51,7 +51,7 @@ src_compile() { } src_install() { - emake DESTDIR="${ED}" -C builddir install + emake DESTDIR="${D}" -C builddir install keepdir /var/singularity/mnt/session # As of version 3.5.3 this seems to be very much broken, affecting