Skip to content

Commit

Permalink
Include Bash Completion in DEB Packages
Browse files Browse the repository at this point in the history
Now, all DEB packages for BashPass are equipped with the completion script.
This guarantees users won't need to install it separately.
  • Loading branch information
AntonVanAssche committed Apr 22, 2024
1 parent 6a21b10 commit 204e4e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pkgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ jobs:
/usr/bin/mkdir -pv bashpass-${{ env.RELEASE_VERSION }}/pkgs/deb/usr/bin
/usr/bin/mkdir -pv bashpass-${{ env.RELEASE_VERSION }}/pkgs/deb/usr/share/man/man1
/usr/bin/mkdir -pv bashpass-${{ env.RELEASE_VERSION }}/pkgs/deb/usr/share/bash-completion/completions
/usr/bin/cp -rv bashpass-${{ env.RELEASE_VERSION }}/bashpass bashpass-${{ env.RELEASE_VERSION }}/pkgs/deb/usr/bin/
/usr/bin/cp -rv bashpass-${{ env.RELEASE_VERSION }}/docs/man/bashpass{,.conf}.1.gz bashpass-${{ env.RELEASE_VERSION }}/pkgs/deb/usr/share/man/man1/
/usr/bin/cp -rv bashpass-${{ env.RELEASE_VERSION }}/scripts/bashpass-completion.sh bashpass-${{ env.RELEASE_VERSION }}/pkgs/deb//usr/share/bash-completion/completions/bashpass
/usr/bin/dpkg-deb --build bashpass-${{ env.RELEASE_VERSION }}/pkgs/deb/ "bashpass_${{ env.RELEASE_VERSION }}_all.deb"
Expand Down

0 comments on commit 204e4e5

Please sign in to comment.