summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/packages/mozilla-thunderbird-91.11.0-x86_64-1_slack15.0.txt (renamed from patches/packages/mozilla-thunderbird-91.10.0-x86_64-1_slack15.0.txt)0
-rwxr-xr-xpatches/source/mozilla-thunderbird/build-deps/cbindgen/cbindgen.build5
2 files changed, 4 insertions, 1 deletions
diff --git a/patches/packages/mozilla-thunderbird-91.10.0-x86_64-1_slack15.0.txt b/patches/packages/mozilla-thunderbird-91.11.0-x86_64-1_slack15.0.txt
index 5acb7b92e..5acb7b92e 100644
--- a/patches/packages/mozilla-thunderbird-91.10.0-x86_64-1_slack15.0.txt
+++ b/patches/packages/mozilla-thunderbird-91.11.0-x86_64-1_slack15.0.txt
diff --git a/patches/source/mozilla-thunderbird/build-deps/cbindgen/cbindgen.build b/patches/source/mozilla-thunderbird/build-deps/cbindgen/cbindgen.build
index 06116e435..a4659df29 100755
--- a/patches/source/mozilla-thunderbird/build-deps/cbindgen/cbindgen.build
+++ b/patches/source/mozilla-thunderbird/build-deps/cbindgen/cbindgen.build
@@ -51,4 +51,7 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-cargo install --force cbindgen
+cargo build --release
+rm /root/.cargo/bin 2> /dev/null
+mkdir -p /root/.cargo/bin
+install -Dm755 target/release/cbindgen /root/.cargo/bin