commit 176ee08381d3f06222dfa6b079647a435c2114c4 parent 0686909daed0687b91be17a1f2973a32aca648a7 Author: Cem Keylan <cem@ckyln.com> Date: Tue, 11 Feb 2020 10:00:21 +0300 keychain: fix the location of manpage Diffstat:
M | extra/keychain/build | | | 2 | +- |
M | extra/keychain/version | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git 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" diff --git a/extra/keychain/version b/extra/keychain/version @@ -1 +1 @@ -2.8.5 1 +2.8.5 2