From 50b35af18dd5a345f8f9e7012d50b9941fef43ff Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 24 Oct 2013 01:45:19 -0200 Subject: icecat-24.0-2: fix path on searchplugins --- libre/icecat/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libre') 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 +# Maintainer (Parabola): Márcio Silva # Contributor (ConnochaetOS): Henry Jensen # Contributor (Parabola): Luke Shumaker # Contributor: Figue # Contributor (Parabola): fauno # Contributor (Parabola): vando -# Contributor (Parabola): André Silva -# Maintainer (Parabola): Márcio Silva # Contributor (Arch): Jakub Schmidtke # Thank you very much to the older contributors: # Contributor: evr # Contributor: Muhammad 'MJ' Jassim -_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 -- cgit v1.2.3-54-g00ecf