added "debug stuff"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user