Skip to content

Commit 293ce74

Browse files
authored
chore: fix just deb (#545)
1 parent 3513b1a commit 293ce74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ assets = [
108108
["completions/oma.bash", "usr/share/bash-completion/completions/oma.bash", "644"],
109109
["completions/oma.fish", "usr/share/fish/vendor_completions.d/oma.fish", "644"],
110110
["completions/_oma", "usr/share/zsh/functions/Completion/Linux/_oma", "644"],
111-
["man/*.1", "usr/share/man/man1/", "644"]
111+
["man/en_US/*.1", "usr/share/man/man1/", "644"],
112112
]
113113
features = ["nice-setup"]
114114
default-features = false

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ deb:
44
COMPLETE=bash ./target/release/oma > completions/oma.bash
55
COMPLETE=zsh ./target/release/oma > completions/_oma
66
COMPLETE=fish ./target/release/oma > completions/oma.fish
7-
./target/release/oma generate-manpages
7+
LANG=C ./target/release/oma generate-manpages
88
cargo deb -Z xz

0 commit comments

Comments
 (0)