diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-08-15 17:52:25 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-08-15 17:53:11 -0300 |
commit | b3bebee03ffaf826d7b26b1cc938ab4d655811d5 (patch) | |
tree | c4467f9505f1b68a67d70360766da7b79a128073 /libre/icedove | |
parent | b6823251026fa6cae8c06cf1ce8df1a9a94154c1 (diff) | |
download | abslibre-b3bebee03ffaf826d7b26b1cc938ab4d655811d5.tar.gz abslibre-b3bebee03ffaf826d7b26b1cc938ab4d655811d5.tar.bz2 abslibre-b3bebee03ffaf826d7b26b1cc938ab4d655811d5.zip |
libre/icedove: remove url-classifier from package-manifest.in to build and disable Phishing Protection
Diffstat (limited to 'libre/icedove')
-rw-r--r-- | libre/icedove/PKGBUILD | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libre/icedove/PKGBUILD b/libre/icedove/PKGBUILD index 80c804537..f2c882667 100644 --- a/libre/icedove/PKGBUILD +++ b/libre/icedove/PKGBUILD @@ -68,6 +68,13 @@ prepare() { quilt push -av + # remove url-classifier from package-manifest.in to build and disable Phishing Protection + sed -i '\|Phishing Protection|d + \|UrlClassifier|d + \|URLClassifier|d + \|url-classifier|d + ' mail/installer/package-manifest.in + # Fix branding sed -i 's|Icedove Mail/News|Icedove|' mail/branding/icedove/locales/en-US/brand.{dtd,properties} |