mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 00:34:40 +01:00
dist-vendor: Remove gettext checksum
This commit is contained in:
parent
f02348c753
commit
6564b3b484
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ mkdir "$DIST"/.cargo
|
||||||
# It is also part of the Rust SDK extension.
|
# It is also part of the Rust SDK extension.
|
||||||
cargo vendor-filterer --platform=x86_64-unknown-linux-gnu --platform=aarch64-unknown-linux-gnu > "$DIST"/.cargo/config
|
cargo vendor-filterer --platform=x86_64-unknown-linux-gnu --platform=aarch64-unknown-linux-gnu > "$DIST"/.cargo/config
|
||||||
rm -f vendor/gettext-sys/gettext-*.tar.*
|
rm -f vendor/gettext-sys/gettext-*.tar.*
|
||||||
|
# remove the tarball from checksums
|
||||||
|
echo $(jq -c 'del(.files["gettext-0.21.tar.xz"])' vendor/gettext-sys/.cargo-checksum.json) > vendor/gettext-sys/.cargo-checksum.json
|
||||||
# Move vendor into dist tarball directory
|
# Move vendor into dist tarball directory
|
||||||
mv vendor "$DIST"
|
mv vendor "$DIST"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue