mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-18 08:40:35 +01:00
Install fish completions into 'vendor_completions.d', fixes #651
This commit is contained in:
parent
65023a987e
commit
61e39158de
2
ci/before_deploy.bash
vendored
2
ci/before_deploy.bash
vendored
@ -112,7 +112,7 @@ make_deb() {
|
|||||||
gzip --best "$tempdir/usr/share/man/man1/$PROJECT_NAME.1"
|
gzip --best "$tempdir/usr/share/man/man1/$PROJECT_NAME.1"
|
||||||
|
|
||||||
# completions
|
# completions
|
||||||
install -Dm644 "assets/completions/bat.fish" "$tempdir/usr/share/fish/completions/$PROJECT_NAME.fish"
|
install -Dm644 "assets/completions/bat.fish" "$tempdir/usr/share/fish/vendor_completions.d/$PROJECT_NAME.fish"
|
||||||
|
|
||||||
# readme and license
|
# readme and license
|
||||||
install -Dm644 README.md "$tempdir/usr/share/doc/$PROJECT_NAME/README.md"
|
install -Dm644 README.md "$tempdir/usr/share/doc/$PROJECT_NAME/README.md"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user