[04/10] rust: List all files copied

Message ID 20220201135246.4096955-4-michael.tremer@ipfire.org
State Accepted
Commit 942b7d0d4119063a66e612062b9cf75ac80bfe01
Headers
Series [01/10] make.sh: Set a good default for rustc flags |

Commit Message

Michael Tremer Feb. 1, 2022, 1:52 p.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 lfs/Config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/lfs/Config b/lfs/Config
index d7a59c5a6..a1e77f72c 100644
--- a/lfs/Config
+++ b/lfs/Config
@@ -209,7 +209,7 @@  define CARGO_INSTALL
 			'/^\\\[((.+\\\.)?((dev|build)-)?dependencies|features)/{f=1;next} /^\\\[/{f=0}; !f' \
 			< Cargo.toml > Cargo.toml.deps && \
 		$(CARGO) package -l | grep -wEv "Cargo.(lock|toml.orig)" \
-			| xargs -d "\n" cp --parents -a -t $(CRATE_PATH) && \
+			| xargs -d "\n" cp -v --parents -a -t $(CRATE_PATH) && \
 		install -v -m 644 Cargo.toml.deps $(CRATE_PATH)/Cargo.toml && \
 		echo "{\"files\":{},\"package\":\"\"}" > $(CRATE_PATH)/.cargo-checksum.json; \
 	fi && \