From a613a1571fc08c4a03be2675053242bb93c3f2c9 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 14 Apr 2021 20:54:27 +0200 Subject: [PATCH] fix cp --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 10c532b..8e30d22 100644 --- a/scripts/install +++ b/scripts/install @@ -130,7 +130,7 @@ pushd "$final_path"/build popd # Install bitwarden_rs -cp -a "$final_path/build/target/release/bitwarden_rs" "$final_path/live/bitwarden_rs" +cp -af "$final_path/build/target/release/bitwarden_rs" "$final_path/live/bitwarden_rs" # Remove build files and rustup ynh_secure_remove --file="$final_path/build"