summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYifan Xu2021-01-20 17:55:11 +0000
committerYifan Xu2021-01-20 17:55:11 +0000
commit81eee9e7f17e46b3fdf41557bef897ebcb0ff306 (patch)
treed950791dd8fa16d14e32689685579d9daf70ce6d
parente86a3bdd6c135d61673b4ab03d1e3efa332dc85c (diff)
downloadaur-81eee9e7f17e46b3fdf41557bef897ebcb0ff306.tar.gz
enable product_json.json
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1e20bba4247..86c3cdd2115b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -60,7 +60,7 @@ prepare() {
# This patch no longer contains proprietary modifications.
# See https://github.com/Microsoft/vscode/issues/31168 for details.
- # patch -p0 < ../product_json.diff
+ patch -p0 < ../product_json.diff
# Set the commit and build date
local _commit=$(git rev-parse HEAD)