kamiyaa / joshuto

ranger-like terminal file manager written in Rust
https://crates.io/crates/joshuto
GNU Lesser General Public License v3.0
3.37k stars 148 forks source link

--root=/usr installs /usr/.crates.toml file #406

Open mewkl opened 11 months ago

mewkl commented 11 months ago

cargo build cargo install --path=. --force --root=/usr

Installs the file /usr/.crates.toml in my system. I don't think that is the expected behaviour(not the best place to put such a file)? Or even necessary since it's not the binary.

Could one of you guys check whichever --root location you have chosen for such a file? So we can see if it's just me being dumb or not. Thanks in advance.