diff options
Diffstat (limited to 'debian/patches/d-bootstrap-use-local-css.patch')
-rw-r--r-- | debian/patches/d-bootstrap-use-local-css.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/patches/d-bootstrap-use-local-css.patch b/debian/patches/d-bootstrap-use-local-css.patch index 080cc9b85..33d05603b 100644 --- a/debian/patches/d-bootstrap-use-local-css.patch +++ b/debian/patches/d-bootstrap-use-local-css.patch @@ -4,14 +4,14 @@ Subject: d-bootstrap-use-local-css =================================================================== --- - src/bootstrap/doc.rs | 15 ++++----------- + src/bootstrap/src/core/build_steps/doc.rs | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) -Index: rust/src/bootstrap/doc.rs +Index: rust/src/bootstrap/src/core/build_steps/doc.rs =================================================================== ---- rust.orig/src/bootstrap/doc.rs -+++ rust/src/bootstrap/doc.rs -@@ -350,7 +350,27 @@ impl Step for Standalone { +--- rust.orig/src/bootstrap/src/core/build_steps/doc.rs ++++ rust/src/bootstrap/src/core/build_steps/doc.rs +@@ -362,7 +362,27 @@ impl Step for Standalone { .arg("--index-page") .arg(&builder.src.join("src/doc/index.md")) .arg("--markdown-playground-url") @@ -40,7 +40,7 @@ Index: rust/src/bootstrap/doc.rs .arg("-o") .arg(&out) .arg(&path); -@@ -359,11 +379,6 @@ impl Step for Standalone { +@@ -371,11 +391,6 @@ impl Step for Standalone { cmd.arg("--disable-minification"); } |