got rid wrong tar usage (wrote it on windows initially, just kinda guessing it)
This commit is contained in:
@@ -14,10 +14,10 @@ echo $BUILDPATH
|
|||||||
|
|
||||||
#unzip this or something
|
#unzip this or something
|
||||||
curl -RO "$DOWNLOAD"
|
curl -RO "$DOWNLOAD"
|
||||||
tar -xzf "firefox-$VERSION.source.tar.xz src"
|
tar -xzf "firefox-$VERSION.source.tar.xz"
|
||||||
|
|
||||||
|
|
||||||
cd "src/js/src"
|
cd "firefox-$VERSION.source/js/src"
|
||||||
|
|
||||||
mkdir _build
|
mkdir _build
|
||||||
cd _build
|
cd _build
|
||||||
|
|||||||
Reference in New Issue
Block a user