summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhe Park2021-06-18 08:14:45 +0800
committerSainnhe Park2021-06-18 08:14:45 +0800
commitc940deb3aa0030c434e5bb2a148b151887e1904f (patch)
treed0471293146c321d0a69fc09a5e27689abb189be
parentdb781c562a1e2efe7b0244dd8525ace30f428a9e (diff)
downloadaur-c940deb3aa0030c434e5bb2a148b151887e1904f.tar.gz
remove bin/check.js
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a1043b40259..291ad23fed7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ build() {
package() {
cd "${srcdir}/coc.nvim"
nvim -es --cmd ":helptags doc" --cmd ":q"
- find autoload bin/check.js build data doc package.json plugin -type f -exec \
+ find autoload build data doc package.json plugin -type f -exec \
install -Dm 644 '{}' "${pkgdir}/usr/share/nvim/runtime/pack/coc/start/coc.nvim/{}" \;
install -Dm 644 "${srcdir}/coc.nvim/LICENSE.md" \
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"