summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaulo Matias2020-08-20 18:45:23 -0300
committerPaulo Matias2020-08-20 18:45:23 -0300
commit8bfce64c67db709be38347292618a4f4d466658e (patch)
tree4c36b8b35275f720732349ce284e33b85f957f61 /PKGBUILD
parentfb32bcb7de8171889a3c04f218b366c0214fbb8c (diff)
downloadaur-8bfce64c67db709be38347292618a4f4d466658e.tar.gz
This should be more adequate
The bootstrap command apparently tries to install stuff using pacman O.o
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8eae54355b8..cd4eba16bb95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -139,7 +139,7 @@ build() {
# LTO/PGO needs more open files
ulimit -n 4096
- ./mach bootstrap --application-choice browser --no-interactive
+ ./mach create-mach-environment
xvfb-run -a -n 97 -s "-screen 0 1600x1200x24" ./mach build
./mach buildsymbols
}