diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-10-21 21:38:00 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-10-21 21:38:00 -0200 |
commit | 13b1a0959cbb08b68dc0ca50ba290c5631993bc9 (patch) | |
tree | 4876c1a8abfb412a59673ee0518ae91c142a1031 /libre/icecat | |
parent | d1ef4d9da684fab462947491d76a930150cbd996 (diff) | |
download | abslibre-13b1a0959cbb08b68dc0ca50ba290c5631993bc9.tar.gz abslibre-13b1a0959cbb08b68dc0ca50ba290c5631993bc9.tar.bz2 abslibre-13b1a0959cbb08b68dc0ca50ba290c5631993bc9.zip |
icecat: fix browser/app/profile/firefox.js -> browser/app/profile/icecat.js on PKGBUILD
Diffstat (limited to 'libre/icecat')
-rw-r--r-- | libre/icecat/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index 1cd302eb9..b76c7f385 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -92,7 +92,7 @@ prepare() { \|extensions[.]webservice[.]discoverURL| s|https://services[.]addons[.]mozilla[.]org.\+["][)][;]|https://trisquel.info/en/browser");|g; \|browser[.]search[.]searchEnginesURL| s|https://addons[.]mozilla[.]org.\+["][)][;]|https://trisquel.info/en/browser");|g; \|plugins[.]update[.]url| s|https://www[.]mozilla[.]org/[%]LOCALE[%]/plugincheck/["][)][;]|https://trisquel.info/en/browser");|g; - ' browser/app/profile/firefox.js + ' browser/app/profile/icecat.js # Load our build config, disable SafeSearch cp "$srcdir/mozconfig" .mozconfig |