remove a leftover sed
This commit is contained in:
parent
b8677c649c
commit
4db19b3317
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ fi
|
||||||
printf "\nDisabling Pocket\n";
|
printf "\nDisabling Pocket\n";
|
||||||
# sed -i 's/"pocket"/# "pocket"/g' browser/components/moz.build
|
# sed -i 's/"pocket"/# "pocket"/g' browser/components/moz.build
|
||||||
# this one only to remove an annoying error message:
|
# this one only to remove an annoying error message:
|
||||||
sed -i 's#SaveToPocket.init();#// SaveToPocket.init();#g' browser/components/BrowserGlue.jsm
|
# sed -i 's#SaveToPocket.init();#// SaveToPocket.init();#g' browser/components/BrowserGlue.jsm
|
||||||
patch -Np1 -i "${_PATCHES_DIR}/sed-patches/disable-pocket.patch"
|
patch -Np1 -i "${_PATCHES_DIR}/sed-patches/disable-pocket.patch"
|
||||||
|
|
||||||
# More patches
|
# More patches
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue