From b817e8e6c8a2e681aaa393919cccac9c9efc9cf1 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 21 Apr 2017 01:53:51 +0000 Subject: [PATCH] extra/chromium: tweaks --- extra/chromium/PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extra/chromium/PKGBUILD b/extra/chromium/PKGBUILD index 9839703ae..3dd4fb6d1 100644 --- a/extra/chromium/PKGBUILD +++ b/extra/chromium/PKGBUILD @@ -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