File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- cdfe9f2e144a04618cb6e9ffd9e6202d6d85ed56
1
+ 6bca861985ba51920c1cacc21986af01c51bd690
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ echo "Done installing dependencies"
44
44
echo " Downloading spidermonkey source code"
45
45
# Read the commit hash for mozilla-central from the `mozcentral.version` file
46
46
MOZCENTRAL_VERSION=$( cat mozcentral.version)
47
- wget -c -q -O firefox-source-${MOZCENTRAL_VERSION} .zip https://github.com/mozilla/gecko-dev /archive/${MOZCENTRAL_VERSION} .zip
48
- unzip -q firefox-source-${MOZCENTRAL_VERSION} .zip && mv gecko-dev -${MOZCENTRAL_VERSION} firefox-source
47
+ wget -c -q -O firefox-source-${MOZCENTRAL_VERSION} .zip https://github.com/mozilla-firefox/firefox /archive/${MOZCENTRAL_VERSION} .zip
48
+ unzip -q firefox-source-${MOZCENTRAL_VERSION} .zip && mv firefox -${MOZCENTRAL_VERSION} firefox-source
49
49
echo " Done downloading spidermonkey source code"
50
50
51
51
echo " Building spidermonkey"
You can’t perform that action at this time.
0 commit comments