diff options
author | Cem Keylan <cem@ckyln.com> | 2020-04-29 17:01:31 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-04-29 17:01:31 +0300 |
commit | 6d23bb0f28f729d433181eb4bd4fc2f37a482436 (patch) | |
tree | a45b0639ce9e6714fb8206de8a600c4ec44e569c /core/git/build | |
parent | cad7c18cd70b8120677d341ba10fd3ca2e50dd91 (diff) | |
download | repository-6d23bb0f28f729d433181eb4bd4fc2f37a482436.tar.gz |
git: install manpages
Diffstat (limited to 'core/git/build')
-rwxr-xr-x | core/git/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/git/build b/core/git/build index 0a8192a0..23c8bced 100755 --- a/core/git/build +++ b/core/git/build @@ -25,3 +25,7 @@ EOF make make DESTDIR="$1" install + +install -Dm644 -t "$1/usr/share/man/man1" man1/*.1 +install -Dm644 -t "$1/usr/share/man/man5" man5/*.5 +install -Dm644 -t "$1/usr/share/man/man7" man7/*.7 |