mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-18 11:38:24 +01:00
Install fish completions in DEB package, closes #554
This commit is contained in:
parent
f8ea075e78
commit
10e0f9efb0
3
ci/before_deploy.bash
vendored
3
ci/before_deploy.bash
vendored
@ -107,6 +107,9 @@ make_deb() {
|
||||
install -Dm644 "doc/$PROJECT_NAME.1" "$tempdir/usr/share/man/man1/$PROJECT_NAME.1"
|
||||
gzip --best "$tempdir/usr/share/man/man1/$PROJECT_NAME.1"
|
||||
|
||||
# completions
|
||||
install -Dm644 assets/completions/bat.fish "$tempdir/usr/share/fish/completions/$PROJECT_NAME.fish"
|
||||
|
||||
# readme and license
|
||||
install -Dm644 README.md "$tempdir/usr/share/doc/$PROJECT_NAME/README.md"
|
||||
install -Dm644 LICENSE-MIT "$tempdir/usr/share/doc/$PROJECT_NAME/LICENSE-MIT"
|
||||
|
Loading…
Reference in New Issue
Block a user