Skip to content

Commit

Permalink
fix: man-page and completions missing in debian package
Browse files Browse the repository at this point in the history
  • Loading branch information
wugeer authored and bootandy committed Sep 3, 2024
1 parent 38c4d23 commit d81b906
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,16 @@ assets = [
"usr/share/doc/du-dust/README",
"644",
],
[
"man-page/dust.1",
"usr/share/man/man1/dust.1",
"644",
],
[
"completions/dust.bash",
"usr/share/bash-completion/completions/dust",
"644",
],
]
extended-description = """\
Dust is meant to give you an instant overview of which directories are using
Expand Down

0 comments on commit d81b906

Please sign in to comment.