Changed default manpage install path
Run cargo lints / Lint on ${{ matrix.build }} (linux-amd64, ubuntu-latest, stable, x86_64-unknown-linux-gnu) (pull_request) Successful in 12m15s Details
Run Tests / Test on ${{ matrix.build }} (linux-amd64, ubuntu-latest, stable, x86_64-unknown-linux-gnu) (pull_request) Successful in 19m32s Details

pull/345/head
Ethra 2024-01-11 05:08:58 +03:00
parent 64e60cb0ee
commit e80ea9c9de
Signed by: Ethra
GPG Key ID: 3E7D8663180E4B2F
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ pub mod manpages {
.or_else(|| {
#[allow(deprecated)]
env::home_dir()
.map(|p| p.join("local").join("share"))
.map(|p| p.join(".local").join("share").join("man"))
.filter(|p| path_valid(p, &mut tries))
})
else {