public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikhail Pukhlikov" <cynede@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/rust:master commit in: eclass/
Date: Mon,  3 Aug 2020 06:27:48 +0000 (UTC)	[thread overview]
Message-ID: <1596436055.ed2692fa1b6711cd80460fe823c3c9dd7ceceee1.cynede@gentoo> (raw)

commit:     ed2692fa1b6711cd80460fe823c3c9dd7ceceee1
Author:     gentoo90 <gentoo90 <AT> gmail <DOT> com>
AuthorDate: Sat Jul 18 20:55:55 2020 +0000
Commit:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Mon Aug  3 06:27:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/rust.git/commit/?id=ed2692fa

cargo eclass: fix install

cargo install now requires --path parameter
Closes: https://github.com/gentoo/gentoo-rust/pull/493

Signed-off-by: Mikhail Pukhlikov <cynede <AT> gentoo.org>

 eclass/cargo.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
index 5207d2a..a4808ae 100644
--- a/eclass/cargo.eclass
+++ b/eclass/cargo.eclass
@@ -150,7 +150,7 @@ cargo_src_compile() {
 cargo_src_install() {
 	debug-print-function ${FUNCNAME} "$@"
 
-	cargo install -j $(makeopts_jobs) --root="${D}/usr" $(usex debug --debug "") "$@" \
+	cargo install -j $(makeopts_jobs) --root="${D}/usr" --path . $(usex debug --debug "") "$@" \
 		|| die "cargo install failed"
 	rm -f "${D}/usr/.crates.toml"
 


             reply	other threads:[~2020-08-03  6:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-03  6:27 Mikhail Pukhlikov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-03-05  6:17 [gentoo-commits] repo/proj/rust:master commit in: eclass/ Mikhail Pukhlikov
2020-03-05  6:17 Mikhail Pukhlikov
2019-12-23  6:54 Mikhail Pukhlikov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1596436055.ed2692fa1b6711cd80460fe823c3c9dd7ceceee1.cynede@gentoo \
    --to=cynede@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox