diff options
author | BeatLink <beatlink@protonmail.com> | 2019-07-03 19:36:33 -0500 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-07-03 19:36:33 -0500 |
commit | 3551cba46f52d821ad99dfd0cbdf4c47487204b4 (patch) | |
tree | f837e710f75f113bb3dfabc5e418382da69a8ecf /browser/linux/build.sh | |
parent | Add headings, remove drm blocking (handled by cfg) (diff) | |
download | librewolf-linux-3551cba46f52d821ad99dfd0cbdf4c47487204b4.tar.gz librewolf-linux-3551cba46f52d821ad99dfd0cbdf4c47487204b4.tar.bz2 librewolf-linux-3551cba46f52d821ad99dfd0cbdf4c47487204b4.zip |
Remove pocket using script, remove old commands
Diffstat (limited to 'browser/linux/build.sh')
-rwxr-xr-x | browser/linux/build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/browser/linux/build.sh b/browser/linux/build.sh index 0714cef..2007d4b 100755 --- a/browser/linux/build.sh +++ b/browser/linux/build.sh @@ -76,8 +76,8 @@ hg clone https://hg.mozilla.org/releases/mozilla-release; printf "\nCopying branding to firefox source code\n"; cp -r $SOURCE_FOLDER/* ./mozilla-release; -# Adds fix to allow user preferences to be locked -sed -i '\|MOZ_ASSERT(!aIsLocked); // `locked` is disallowed in user pref files|d' ./mozilla-release/modules/libpref/Preferences.cpp; +#Disables pocket +sed -i "s/'pocket'/#'pocket'/g" ./mozilla-release/browser/components/moz.build; cd mozilla-release; |