summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFigue2017-08-27 20:53:06 +0200
committerFigue2017-08-27 20:53:06 +0200
commit65808ac6dd89b9ce63666a804cd01a90d5eef313 (patch)
tree54ec556e0194ddf9b511a42b87b6dca7ee11eabc
parent6e96bab0946c076b0fb850ae26898d5a67364e94 (diff)
downloadaur-65808ac6dd89b9ce63666a804cd01a90d5eef313.tar.gz
Disabled symbols. Back to normal build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c061d0af9812..51ab23dfa51e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = firefox-esr
pkgdesc = Standalone web browser from mozilla.org, Extended Support Release
pkgver = 52.3.0
- pkgrel = 3
+ pkgrel = 4
url = https://www.mozilla.org/en-US/firefox/organizations/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 99887277c293..58a482e4bdcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -137,13 +137,13 @@ build() {
#xvfb-run -a -n 95 -s "-extension GLX -screen 0 1280x1024x24" \
# MOZ_PGO=1 ./mach build
./mach build
- ./mach buildsymbols
+ # ./mach buildsymbols
}
package() {
cd firefox-${pkgver}esr
DESTDIR="$pkgdir" ./mach install
- find . -name '*crashreporter-symbols.zip' -exec cp -fvt "$startdir" {} +
+ # find . -name '*crashreporter-symbols.zip' -exec cp -fvt "$startdir" {} +
_vendorjs="$pkgdir/usr/lib/firefox/browser/defaults/preferences/vendor.js"
install -Dm644 /dev/stdin "$_vendorjs" <<END