Skip to content
Snippets Groups Projects
Commit e897f043 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

Thunderbird 10.0

parent 4cc8f59f
No related branches found
No related tags found
1 merge request!430Thunderbird 10.0
Pipeline #154 passed
...@@ -120,8 +120,13 @@ sed 's%https://www.mozilla.org/legal/privacy/%https://trisquel.info/legal%' -i . ...@@ -120,8 +120,13 @@ sed 's%https://www.mozilla.org/legal/privacy/%https://trisquel.info/legal%' -i .
sed -i 's|https://www.mozilla.org/thunderbird/legal/privacy/|https://trisquel.info/legal|' comm/mail/components/newmailaccount/content/accountProvisioner.js comm/mail/app/profile/all-thunderbird.js sed -i 's|https://www.mozilla.org/thunderbird/legal/privacy/|https://trisquel.info/legal|' comm/mail/components/newmailaccount/content/accountProvisioner.js comm/mail/app/profile/all-thunderbird.js
# Org branding # Org branding
sed 's/com.ubuntu/org.trisquel/' -i debian/config/mozconfig.in sed 's/com.ubuntu/org.trisquel/' -i debian/config/mozconfig.in
# Disable DRM support # Disable DRM support, armhf has no such option.
echo ac_add_options --disable-eme >> debian/config/mozconfig.in ## Add other archs that might present the same lack of disable-eme option
cat << ARCH >> debian/config/mozconfig.in
%%if DEB_HOST_ARCH != armhf
ac_add_options --disable-eme
%%endif
ARCH
######################################################## ########################################################
sed '/^MOZ_PKG_NAME/s/.*/MOZ_PKG_NAME=icedove/' -i debian/build/config.mk sed '/^MOZ_PKG_NAME/s/.*/MOZ_PKG_NAME=icedove/' -i debian/build/config.mk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment