summarylogtreecommitdiffstats
path: root/allow-inplace-rebuild.patch
diff options
context:
space:
mode:
Diffstat (limited to 'allow-inplace-rebuild.patch')
-rw-r--r--allow-inplace-rebuild.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/allow-inplace-rebuild.patch b/allow-inplace-rebuild.patch
deleted file mode 100644
index 8296a08b0db0..000000000000
--- a/allow-inplace-rebuild.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Force xz to overwrite existing compressed files.
---- a/copy-firmware.sh 2022-01-30 18:38:18.701300135 +0300
-+++ b/copy-firmware.sh 2022-01-30 18:38:41.371743430 +0300
-@@ -42,7 +42,7 @@
- grep '^File:' WHENCE | sed -e's/^File: *//g' -e's/"//g' | while read f; do
- test -f "$f" || continue
- $verbose "compressing $f"
-- xz -C crc32 "$f"
-+ xz -fC crc32 "$f"
- done
- fi
-