summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-24 01:45:19 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-24 01:45:19 -0200
commit50b35af18dd5a345f8f9e7012d50b9941fef43ff (patch)
tree7062723389cca3c87089849f37dbaa33f1890c85 /libre
parent6eeef6f4a172acdb79ebf01411676f9f0c8f87c8 (diff)
icecat-24.0-2: fix path on searchplugins
Diffstat (limited to 'libre')
-rw-r--r--libre/icecat/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD
index 6727d45a5..3d2655917 100644
--- a/libre/icecat/PKGBUILD
+++ b/libre/icecat/PKGBUILD
@@ -1,20 +1,20 @@
+# Contributor (Parabola): André Silva <emulatorman@parabola.nu>
+# Maintainer (Parabola): Márcio Silva <coadde@lavabit.com>
# Contributor (ConnochaetOS): Henry Jensen <hjensen@connochaetos.org>
# Contributor (Parabola): Luke Shumaker <lukeshu@sbcglobal.net>
# Contributor: Figue <ffigue at gmail>
# Contributor (Parabola): fauno <fauno@kiwwwi.com.ar>
# Contributor (Parabola): vando <facundo@esdebian.org>
-# Contributor (Parabola): André Silva <emulatorman@parabola.nu>
-# Maintainer (Parabola): Márcio Silva <coadde@lavabit.com>
# Contributor (Arch): Jakub Schmidtke <sjakub@gmail.com>
# Thank you very much to the older contributors:
# Contributor: evr <evanroman at gmail>
# Contributor: Muhammad 'MJ' Jassim <UnbreakableMJ@gmail.com>
-_pgo=true
+_pgo=false
pkgname=icecat
pkgver=24.0
-pkgrel=1
+pkgrel=2
pkgdesc='GNU IceCat, the standalone web browser based on Mozilla Firefox.'
arch=(i686 x86_64 mips64el)
license=(MPL GPL LGPL)
@@ -170,7 +170,7 @@ package() {
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/{searchplugins,plugins}
+ rm -rf $pkgdir/usr/lib/$pkgname/browser/{searchplugins,plugins}
ln -sf /usr/lib/mozilla/plugins $pkgdir/usr/lib/$pkgname/browser/plugins
ln -sf /usr/lib/mozilla/searchplugins $pkgdir/usr/lib/$pkgname/browser/searchplugins