summaryrefslogtreecommitdiff
path: root/libre/thunderbird-libre/rePKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-12-15 13:34:15 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-12-15 13:34:15 -0300
commit29eeb1ab0e0e721ffd1f5c1afef542c363f98a7f (patch)
treee73fd002db894a0ea05b4fd3424120fb6f6e67bf /libre/thunderbird-libre/rePKGBUILD
parentc7ea05102f9ef9362dcd9ddd9d112ec4db0e75a4 (diff)
libre/thunderbird-libre-8.0-1
Fixed issue204
Diffstat (limited to 'libre/thunderbird-libre/rePKGBUILD')
-rw-r--r--libre/thunderbird-libre/rePKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/libre/thunderbird-libre/rePKGBUILD b/libre/thunderbird-libre/rePKGBUILD
index e71f6ad78..1e382761c 100644
--- a/libre/thunderbird-libre/rePKGBUILD
+++ b/libre/thunderbird-libre/rePKGBUILD
@@ -12,16 +12,15 @@ options=(!strip)
source=(PKGBUILD
http://mirrors.kernel.org/archlinux/${_repo}/os/$CARCH/${pkgname%-libre}-$pkgver-$pkgrel-$CARCH$PKGEXT
# files for pkg modifications
- gnuzilla-addons.patch)
+ channel-prefs.js)
build() {
cd "${srcdir}/"
rm -v .{INSTALL,PKGINFO} ${pkgname%-libre}-$pkgver-$pkgrel-$CARCH$PKGEXT
- pushd usr/lib/${pkgname%-libre}-3.1/defaults/pref/ >/dev/null
- patch -Np0 -i "${srcdir}/gnuzilla-addons.patch"
- popd >/dev/null
- rm "${srcdir}/gnuzilla-addons.patch"
+# Recommend free addons
+ cp --remove-destination "${srcdir}/channel-prefs.js" \
+ "${srcdir}/usr/lib/thunderbird/defaults/pref/channel-prefs.js"
}
package() {