Build from git to fix language packs
Fixes #2 (closed)
Ref https://github.com/microsoft/vscode/issues/189306#issuecomment-1709364721
The alternative, I guess, is to somehow manually do git init
in the source dir, but I reckon that a bit excessive.
The chmod
is there to fix weird issues with permissions where the package contains a world-writable file for some reason.
Note that PKGBUILDs of many other nodejs packages also contain this particular line.