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 E4C8A1382C5 for ; Tue, 8 Dec 2020 00:35:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22D7AE0A04; Tue, 8 Dec 2020 00:35:40 +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 0C7C3E0A04 for ; Tue, 8 Dec 2020 00:35:40 +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 A335833BEA5 for ; Tue, 8 Dec 2020 00:35:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1736347F for ; Tue, 8 Dec 2020 00:35:37 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1607387734.6bdcb298e193f36972a13b639e31b58ecbadec9d.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/pcs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/pcs/pcs-0.10.7.ebuild X-VCS-Directories: sys-cluster/pcs/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 6bdcb298e193f36972a13b639e31b58ecbadec9d X-VCS-Branch: dev Date: Tue, 8 Dec 2020 00:35:37 +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: 68567aa5-1980-4a5e-a86d-605a7b228320 X-Archives-Hash: 00e60dfa04d0c187d6114ad7e6ac501f commit: 6bdcb298e193f36972a13b639e31b58ecbadec9d Author: Alessandro Barbieri gmail com> AuthorDate: Sun Dec 6 23:47:20 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Tue Dec 8 00:35:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6bdcb298 sys-cluster/pcs: slash Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/pcs/pcs-0.10.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/pcs/pcs-0.10.7.ebuild b/sys-cluster/pcs/pcs-0.10.7.ebuild index 56339bee..2811b60e 100644 --- a/sys-cluster/pcs/pcs-0.10.7.ebuild +++ b/sys-cluster/pcs/pcs-0.10.7.ebuild @@ -74,7 +74,7 @@ src_install() { SYSTEMCTL_OVERRIDE=$(use systemd) \ DESTDIR="${D}" \ CONF_DIR="/etc/default/" \ - PREFIX="/usr${EPREFIX}" \ + PREFIX="/usr/${EPREFIX}" \ BUNDLE_INSTALL_PYAGENTX=false \ BUNDLE_TO_INSTALL=false \ BUILD_GEMS=false