Pier Angelo Vendrame pushed to branch tor-browser-102.11.0esr-12.5-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • tools/update-packaging/make_incremental_update.sh
    ... ... @@ -222,6 +222,10 @@ for ((i=0; $i<$num_oldfiles; i=$i+1)); do
    222 222
     
    
    223 223
         if check_for_add_if_update "$f"; then
    
    224 224
           # TODO: Remove once we do a watershed release
    
    225
    +      # The full workdir may not exist yet, so create it if necessary.
    
    226
    +      mkdir -p `dirname "$workdir/$f"`
    
    227
    +      $XZ $XZ_OPT --compress $BCJ_OPTIONS --lzma2 --format=xz --check=crc64 --force --stdout "$newdir/$f" > "$workdir/$f"
    
    228
    +      copy_perm "$newdir/$f" "$workdir/$f"
    
    225 229
           make_add_if_instruction "$f" "$updatemanifestv3"
    
    226 230
           archivefiles="$archivefiles \"$f\""
    
    227 231
           continue 1