diff --git a/src/build.sh b/src/build.sh index e5653c4..6d1b7db 100644 --- a/src/build.sh +++ b/src/build.sh @@ -4,10 +4,18 @@ VERSION="140.4.0esr" DOWNLOAD="https://ftp.mozilla.org/pub/firefox/releases/$VERSION/source/firefox-$VERSION.source.tar.xz/" BUILDPATH=$(realpath .) + +#debug stuff +echo $VERSION +echo $DOWNLOAD +echo $BUILDPATH +read + #unzip this or something curl -RO $DOWNLOAD tar -xzf "firefox-$VERSION.source.tar.xz src" + cd "src/js/src" mkdir _build