summaryrefslogtreecommitdiff
path: root/libre/icecat
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-26 15:48:56 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-26 15:48:56 +0100
commit52551ba27afb95c7c44c5bfe76e91996d328c7ce (patch)
tree8ff91c668b800675500ee9479cf82067ea3fd205 /libre/icecat
parentefba17157812d1252905084fd7b5eed9746864c3 (diff)
libre/icecat: fixing directory permissions for extension icons
Diffstat (limited to 'libre/icecat')
-rw-r--r--libre/icecat/PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD
index 1e2f2e0fa..70559b509 100644
--- a/libre/icecat/PKGBUILD
+++ b/libre/icecat/PKGBUILD
@@ -16,7 +16,7 @@ _pgo=false
pkgname=icecat
_pkgver=52.3.0-gnu1
pkgver=${_pkgver//-/_}
-pkgrel=5
+pkgrel=6
pkgdesc="GNU IceCat, the standalone web browser based on Mozilla Firefox."
arch=(i686 x86_64 armv7h)
@@ -176,6 +176,9 @@ package() {
cd "$srcdir/$GNU_BUILD"
make -f client.mk DESTDIR="$pkgdir" INSTALL_SDK= install
+ # fix permissions on extensions folders
+ chmod 755 "$pkgdir"/usr/lib/$pkgname/browser/extensions/*/icons
+
install -Dm644 ../vendor.js "$pkgdir/usr/lib/$pkgname/browser/defaults/preferences/vendor.js"
brandingdir=browser/branding/official