Skip to content

Commit

Permalink
Test helix-git
Browse files Browse the repository at this point in the history
  • Loading branch information
AOx0 committed Feb 21, 2024
1 parent 529c22c commit 9b9a858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helix-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ package() {
mkdir -p "${pkgdir}${_lib_path}"
rm -r "runtime/grammars/sources"

ln runtime/queries/c runtime/queries/flex
ln runtime/queries/c runtime/queries/yacc
cp -r runtime/queries/c runtime/queries/flex
cp -r runtime/queries/c runtime/queries/yacc

cp -r "runtime" "${pkgdir}${_lib_path}"
install -Dm 0755 "target/release/${_bin}" "${pkgdir}${_lib_path}/${_bin}"
Expand Down

0 comments on commit 9b9a858

Please sign in to comment.