[arch-commits] Commit in firefox/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Oct 2 13:26:06 UTC 2017


    Date: Monday, October 2, 2017 @ 13:26:05
  Author: heftig
Revision: 306548

Revert "Don't copy full DWARF, only copy symbols"

We need to upload the full symbols for the download of debug symbols to
work.

This reverts commit 8e9ac1e08898685ed616cf9c72c908841e754d72.

Modified:
  firefox/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-02 11:54:22 UTC (rev 306547)
+++ PKGBUILD	2017-10-02 13:26:05 UTC (rev 306548)
@@ -132,7 +132,7 @@
 package() {
   cd mozilla-unified
   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



More information about the arch-commits mailing list