Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / deno
Commits: e96abebe by Sebastian Wiesner at 2024-10-07T18:50:23+00:00 Install fish completions under vendor_completions - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -67,8 +67,8 @@ package() { ./target/release/deno completions bash > "$pkgdir"/usr/share/bash-completion/completions/deno install -dm755 "$pkgdir"/usr/share/zsh/site-functions ./target/release/deno completions zsh > "$pkgdir"/usr/share/zsh/site-functions/_deno - install -dm755 "$pkgdir"/usr/share/fish/vendor_functions.d - ./target/release/deno completions fish > "$pkgdir"/usr/share/fish/vendor_functions.d/deno.fish + install -dm755 "$pkgdir"/usr/share/fish/vendor_completions.d + ./target/release/deno completions fish > "$pkgdir"/usr/share/fish/vendor_completions.d/deno.fish install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/ } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/deno/-/commit/e96abebe999357bcf7e47d78c7eaa6f743f73ea6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/deno/-/commit/e96abebe999357bcf7e47d78c7eaa6f743f73ea6 You're receiving this email because of your account on gitlab.archlinux.org.