Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
marcos.cargo: drop path from install
The `%{cargo_install}` macro is expanded adding a `--path .` paramenter at the end. With virtual workspaces we need to specify a different `path` per binary crate, but this cannot be done if there is already one `path` parameter. This patch removes the `--path .` parameter, so an user can now use: %{cargo_install} --path binary-crate Related with: rust-lang/cargo#7599 Signed-off-by: Alberto Planas <[email protected]>
- Loading branch information