extra/firefox to 56.0.1-1

This commit is contained in:
Kevin Mihelich 2017-10-10 00:56:08 +00:00
parent a94c3d9f18
commit e300b7edfe

View file

@ -13,7 +13,7 @@ buildarch=12
highmem=1
pkgname=firefox
pkgver=56.0
pkgver=56.0.1
pkgrel=1
pkgdesc="Standalone web browser from mozilla.org"
arch=(i686 x86_64)
@ -157,7 +157,7 @@ build() {
package() {
cd $pkgname-$pkgver
DESTDIR="$pkgdir" ./mach install
find . -name '*crashreporter-symbols.zip' -exec cp -fvt "$startdir" {} +
find . -name '*crashreporter-symbols-full.zip' -exec cp -fvt "$startdir" {} +
_vendorjs="$pkgdir/usr/lib/$pkgname/browser/defaults/preferences/vendor.js"
install -Dm644 /dev/stdin "$_vendorjs" <<END