summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-05-19 17:36:24 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-05-19 17:36:24 -0300
commitdd356218d3ae7b3eb5d80642764e9b69a6ec758a (patch)
tree5dda8f5b6273d7759e8951e946aade824ffeb42d /libre
parenta54d0d88cffb9ac8a2c82f8c85800ddab97e583a (diff)
downloadabslibre-dd356218d3ae7b3eb5d80642764e9b69a6ec758a.tar.gz
abslibre-dd356218d3ae7b3eb5d80642764e9b69a6ec758a.tar.bz2
abslibre-dd356218d3ae7b3eb5d80642764e9b69a6ec758a.zip
iceweasel-libre-21.0.1-2: fix issues on search-plugins
Diffstat (limited to 'libre')
-rw-r--r--libre/iceweasel-libre/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/libre/iceweasel-libre/PKGBUILD b/libre/iceweasel-libre/PKGBUILD
index b806c3276..738aaeef9 100644
--- a/libre/iceweasel-libre/PKGBUILD
+++ b/libre/iceweasel-libre/PKGBUILD
@@ -22,7 +22,7 @@ debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; }
_pkgname=iceweasel
pkgname=iceweasel-libre
pkgver=$_debver.$_debrel
-pkgrel=1
+pkgrel=2
pkgdesc="A libre version of Debian Iceweasel, the standalone web browser based on Mozilla Firefox."
arch=(i686 x86_64 mips64el)
@@ -172,9 +172,11 @@ package() {
install -d "$pkgdir/usr/share/applications"
install -m644 "$srcdir/iceweasel.desktop" "$pkgdir/usr/share/applications"
- rm -rf "$pkgdir/usr/lib/$_pkgname/"{dictionaries,hyphenation,searchplugins,plugins}
+ rm -rf "$pkgdir/usr/lib/$_pkgname/"{dictionaries,hyphenation}
ln -sf /usr/share/hunspell "$pkgdir/usr/lib/$_pkgname/dictionaries"
ln -sf /usr/share/hyphen "$pkgdir/usr/lib/$_pkgname/hyphenation"
+
+ rm -rf "$pkgdir/usr/lib/$_pkgname/browser/"{searchplugins,plugins}
ln -sf /usr/lib/mozilla/plugins "$pkgdir/usr/lib/$_pkgname/plugins"
ln -sf /usr/lib/mozilla/searchplugins "$pkgdir/usr/lib/$_pkgname/searchplugins"