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

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


    Date: Tuesday, August 8, 2017 @ 14:20:00
  Author: heftig
Revision: 301771

Use mach where possible

Modified:
  firefox/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-08 14:19:59 UTC (rev 301770)
+++ PKGBUILD	2017-08-08 14:20:00 UTC (rev 301771)
@@ -111,14 +111,14 @@
 
   # Do PGO
   #xvfb-run -a -n 95 -s "-extension GLX -screen 0 1280x1024x24" \
-  #  make -f client.mk build MOZ_PGO=1
-  make -f client.mk build
+  #  MOZ_PGO=1 ./mach build
+  ./mach build
   ./mach buildsymbols
 }
 
 package() {
   cd mozilla-unified
-  make -f client.mk DESTDIR="$pkgdir" INSTALL_SDK= install
+  DESTDIR="$pkgdir" ./mach install
   find . -name '*crashreporter-symbols-full.zip' -exec cp -fvt "$startdir" {} +
 
   _vendorjs="$pkgdir/usr/lib/$pkgname/browser/defaults/preferences/vendor.js"



More information about the arch-commits mailing list