diff options
author | Cem Keylan <cem@ckyln.com> | 2020-02-11 10:00:21 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-02-11 10:00:21 +0300 |
commit | 176ee08381d3f06222dfa6b079647a435c2114c4 (patch) | |
tree | 63cc89804c243fae9dde7871d8f9cc41ee581945 /extra/keychain/build | |
parent | 0686909daed0687b91be17a1f2973a32aca648a7 (diff) | |
download | repository-176ee08381d3f06222dfa6b079647a435c2114c4.tar.gz |
keychain: fix the location of manpage
Diffstat (limited to 'extra/keychain/build')
-rwxr-xr-x | extra/keychain/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/keychain/build b/extra/keychain/build index 0d123d77..0f13c62b 100755 --- a/extra/keychain/build +++ b/extra/keychain/build @@ -1,4 +1,4 @@ #!/bin/sh -e install -Dm755 keychain "$1/usr/bin/keychain" -install -Dm644 keychain.1 "$1/usr/share/man/keychain.1" +install -Dm644 keychain.1 "$1/usr/share/man/man1/keychain.1" |