diff options
Diffstat (limited to 'debian/patches/d-bootstrap-use-local-css.patch')
-rw-r--r-- | debian/patches/d-bootstrap-use-local-css.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/d-bootstrap-use-local-css.patch b/debian/patches/d-bootstrap-use-local-css.patch index 1ea9ac86a..080cc9b85 100644 --- a/debian/patches/d-bootstrap-use-local-css.patch +++ b/debian/patches/d-bootstrap-use-local-css.patch @@ -11,7 +11,7 @@ Index: rust/src/bootstrap/doc.rs =================================================================== --- rust.orig/src/bootstrap/doc.rs +++ rust/src/bootstrap/doc.rs -@@ -360,7 +360,27 @@ impl Step for Standalone { +@@ -350,7 +350,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); -@@ -369,11 +389,6 @@ impl Step for Standalone { +@@ -359,11 +379,6 @@ impl Step for Standalone { cmd.arg("--disable-minification"); } |