diff --git a/templates/15-rust.sh b/templates/15-rust.sh index 8a7cf97..4e19893 100644 --- a/templates/15-rust.sh +++ b/templates/15-rust.sh @@ -118,7 +118,7 @@ build_rust_install() { install -Dvm755 "$SRCDIR"/target/release/"$i" -t "$PKGDIR"/usr/lib/ done abinfo 'Dropping lingering files ...' - rm -v "$PKGDIR"/usr/.crates{.toml,2.json} + rm -fv "$PKGDIR"/usr/.crates{.toml,2.json} BUILD_FINAL }