mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-20 11:51:06 +02:00
When instaling rust packages with Rust 1.42, it fails like the following message: ``` * Detected file collision(s): * * /build/amd64-usr/usr/.crates2.json ``` Fix the install function in cargo.eclass so it can clean up the garbage json file.