Skip to content
This repository has been archived by the owner on May 29, 2021. It is now read-only.

Commit

Permalink
fix Bash completion path
Browse files Browse the repository at this point in the history
  • Loading branch information
barnumbirr committed Jul 5, 2020
1 parent dfbd473 commit 4138bad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
delta-diff (0.2.0-1) unstable; urgency=medium

* Version 0.2.0
* fix Bash completion path

-- Martin Simon <me@martinsimon.me> Sun, 5 Jul 2020 00:00:00 +0000

Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ override_dh_auto_build:
override_dh_auto_install:
install -Dm04755 "target/release/delta" "debian/delta-diff/usr/bin/delta"
strip "debian/delta-diff/usr/bin/delta"
install -Dm0644 "completion/bash/completion.sh" "debian/delta-diff/usr/share/bash-completion/completions/delta-diff"
install -Dm0644 "completion/completion.bash" "debian/delta-diff/usr/share/bash-completion/completions/delta-diff"

0 comments on commit 4138bad

Please sign in to comment.