From 279a0c2aaf2b6bb37084a2a5a7b3f48eab85116a Mon Sep 17 00:00:00 2001 From: Debian Rust Maintainers Date: Wed, 13 Sep 2023 12:57:58 +0100 Subject: [PATCH] d-bootstrap-permit-symlink-in-docs partial revert of b9eedea4b0368fd1f00f204db75109ff444fab5b upstream Gbp-Pq: Name d-bootstrap-permit-symlink-in-docs.patch --- src/bootstrap/dist.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs index 214442314d..f2ef975d72 100644 --- a/src/bootstrap/dist.rs +++ b/src/bootstrap/dist.rs @@ -79,6 +79,7 @@ impl Step for Docs { tarball.set_product_name("Rust Documentation"); tarball.add_bulk_dir(&builder.doc_out(host), dest); tarball.add_file(&builder.src.join("src/doc/robots.txt"), dest, 0o644); + tarball.permit_symlinks(true); Some(tarball.generate()) } } -- 2.30.2