tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

build-hfsplus-linux.sh (302B)


      1 #!/bin/bash
      2 set -x -e -v
      3 
      4 # This script is for building hfsplus for Linux.
      5 
      6 cd $GECKO_PATH
      7 
      8 export PATH=$PATH:$MOZ_FETCHES_DIR/clang/bin
      9 
     10 build/unix/build-hfsplus/build-hfsplus.sh $MOZ_FETCHES_DIR
     11 
     12 # Put a tarball in the artifacts dir
     13 mkdir -p $UPLOAD_DIR
     14 cp $MOZ_FETCHES_DIR/hfsplus.tar.* $UPLOAD_DIR