From d1a47e1cc796d5f21d59ef90aca3aae9f684ea13 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 14 Aug 2013 22:23:38 -0300 Subject: iceweasel-adblock-plus: fix issues on the PKGBUILD --- libre/iceweasel-adblock-plus/PKGBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libre/iceweasel-adblock-plus/PKGBUILD b/libre/iceweasel-adblock-plus/PKGBUILD index 81648fbcd..a0df3439d 100644 --- a/libre/iceweasel-adblock-plus/PKGBUILD +++ b/libre/iceweasel-adblock-plus/PKGBUILD @@ -6,7 +6,7 @@ _pkgname=firefox-adblock-plus pkgname=iceweasel-adblock-plus pkgver=2.3.1 _addons_file=206960 -pkgrel=1 +pkgrel=1.1 pkgdesc="plugin for iceweasel which block ads and banners" arch=('any') url="http://adblockplus.org/" @@ -23,10 +23,8 @@ package() { # depends=("iceweasel-libre>=${_ffver}" "iceweasel-libre<=${_ffver/0/99}") cd $srcdir - [ $NOEXTRACT -eq 1 ] || unzip adblock_plus-$pkgver-fx+tb+fn+sm.xpi local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; s/\"//g; p; q' install.rdf) local dstdir=$pkgdir/usr/lib/iceweasel/browser/extensions/${emid} - [ -n ${emid} ] || return 1 install -d $dstdir # sed -i 's#.*#20.*#' install.rdf cp -R * $dstdir -- cgit v1.2.3