mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/chromium: tweaks
This commit is contained in:
parent
26a70a6de2
commit
b817e8e6c8
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,6 @@
|
|||
|
||||
buildarch=12
|
||||
highmem=1
|
||||
noautobuild=1
|
||||
|
||||
# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
|
||||
# Keys are the names in the above script; values are the dependencies in Arch
|
||||
|
@ -98,6 +97,9 @@ prepare() {
|
|||
mkdir -p "$srcdir/python2-path"
|
||||
ln -sf /usr/bin/python2 "$srcdir/python2-path/python"
|
||||
|
||||
mkdir -p third_party/node/linux/node-linux-x64/bin
|
||||
ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/
|
||||
|
||||
# Remove bundled libraries for which we will use the system copies; this
|
||||
# *should* do what the remove_bundled_libraries.py script does, with the
|
||||
# added benefit of not having to list all the remaining libraries
|
||||
|
|
Loading…
Reference in a new issue