changes
This commit is contained in:
parent
e2fdc3a124
commit
322afa3e82
1 changed files with 2 additions and 0 deletions
2
build.sh
2
build.sh
|
|
@ -9,11 +9,13 @@ pkgver=85.0.1
|
||||||
|
|
||||||
|
|
||||||
fetch() {
|
fetch() {
|
||||||
|
# fetch the firefox source.
|
||||||
rm -vf firefox-$pkgver.source.tar.xz
|
rm -vf firefox-$pkgver.source.tar.xz
|
||||||
wget https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz
|
wget https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz
|
||||||
|
|
||||||
# the settings and common submodules should be checked out to allow the build
|
# the settings and common submodules should be checked out to allow the build
|
||||||
|
|
||||||
|
# get the patches
|
||||||
rm -vf megabar.patch remove_addons.patch unity-menubar.patch
|
rm -vf megabar.patch remove_addons.patch unity-menubar.patch
|
||||||
wget https://gitlab.com/librewolf-community/browser/linux/-/raw/master/megabar.patch
|
wget https://gitlab.com/librewolf-community/browser/linux/-/raw/master/megabar.patch
|
||||||
wget https://gitlab.com/librewolf-community/browser/linux/-/raw/master/remove_addons.patch
|
wget https://gitlab.com/librewolf-community/browser/linux/-/raw/master/remove_addons.patch
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue