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

Jan Steffens heftig at archlinux.org
Tue Aug 8 14:20:03 UTC 2017


    Date: Tuesday, August 8, 2017 @ 14:20:02
  Author: heftig
Revision: 301772

Don't copy full DWARF, only copy symbols

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-08 14:20:00 UTC (rev 301771)
+++ PKGBUILD	2017-08-08 14:20:02 UTC (rev 301772)
@@ -119,7 +119,7 @@
 package() {
   cd mozilla-unified
   DESTDIR="$pkgdir" ./mach install
-  find . -name '*crashreporter-symbols-full.zip' -exec cp -fvt "$startdir" {} +
+  find . -name '*crashreporter-symbols.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