Skip to content
Snippets Groups Projects
Verified Commit c3a40e82 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Bug 41668: Tweaks to the Base Browser updater for Tor Browser

Bug 41776 (fix): Added some missing lines to the previous patch
parent 2ce0dfb9
Branches
No related tags found
No related merge requests found
......@@ -222,6 +222,10 @@ for ((i=0; $i<$num_oldfiles; i=$i+1)); do
if check_for_add_if_update "$f"; then
# TODO: Remove once we do a watershed release
# The full workdir may not exist yet, so create it if necessary.
mkdir -p `dirname "$workdir/$f"`
$XZ $XZ_OPT --compress $BCJ_OPTIONS --lzma2 --format=xz --check=crc64 --force --stdout "$newdir/$f" > "$workdir/$f"
copy_perm "$newdir/$f" "$workdir/$f"
make_add_if_instruction "$f" "$updatemanifestv3"
archivefiles="$archivefiles \"$f\""
continue 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment