summarylogtreecommitdiffstats
path: root/dont-bootstrap-libchromiumcontent.patch
diff options
context:
space:
mode:
authorpat-s2019-07-01 07:38:30 +0200
committerpat-s2019-07-01 07:38:30 +0200
commitec58921e79c054037b688b658b13c3a851a9b596 (patch)
tree6dc74093ff10516c955d2a44569d45ac0286424d /dont-bootstrap-libchromiumcontent.patch
downloadaur-ec58921e79c054037b688b658b13c3a851a9b596.tar.gz
v3.1.11
Diffstat (limited to 'dont-bootstrap-libchromiumcontent.patch')
-rw-r--r--dont-bootstrap-libchromiumcontent.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dont-bootstrap-libchromiumcontent.patch b/dont-bootstrap-libchromiumcontent.patch
new file mode 100644
index 000000000000..e6971e848467
--- /dev/null
+++ b/dont-bootstrap-libchromiumcontent.patch
@@ -0,0 +1,11 @@
+--- a/script/build-libchromiumcontent.py
++++ b/script/build-libchromiumcontent.py
+@@ -44,7 +44,7 @@ def main():
+ build = os.path.join(script_dir, 'build')
+ create_dist = os.path.join(script_dir, 'create-dist')
+ if args.force_update or libchromiumcontent_outdated():
+- execute_stdout([sys.executable, bootstrap])
++ # execute_stdout([sys.executable, bootstrap])
+ execute_stdout([sys.executable, update, '-t', args.target_arch])
+ update_gclient_done_marker()
+ if args.debug: