Skip to content
Snippets Groups Projects
Commit d202cd0f authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

Use mach where possible

parent 0fcba8bf
No related branches found
No related tags found
No related merge requests found
...@@ -110,14 +110,14 @@ build() { ...@@ -110,14 +110,14 @@ build() {
# Do PGO # Do PGO
#xvfb-run -a -n 95 -s "-extension GLX -screen 0 1280x1024x24" \ #xvfb-run -a -n 95 -s "-extension GLX -screen 0 1280x1024x24" \
# make -f client.mk build MOZ_PGO=1 # MOZ_PGO=1 ./mach build
make -f client.mk build ./mach build
./mach buildsymbols ./mach buildsymbols
} }
package() { package() {
cd mozilla-unified 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" {} + find . -name '*crashreporter-symbols-full.zip' -exec cp -fvt "$startdir" {} +
_vendorjs="$pkgdir/usr/lib/$pkgname/browser/defaults/preferences/vendor.js" _vendorjs="$pkgdir/usr/lib/$pkgname/browser/defaults/preferences/vendor.js"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment