From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 04/10] rust: List all files copied Date: Tue, 01 Feb 2022 13:52:40 +0000 Message-ID: <20220201135246.4096955-4-michael.tremer@ipfire.org> In-Reply-To: <20220201135246.4096955-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3323819730203605346==" List-Id: --===============3323819730203605346== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- lfs/Config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=3D1;next} /^\\\= [/{f=3D0}; !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.jso= n; \ fi && \ --=20 2.30.2 --===============3323819730203605346==--