From 6d23bb0f28f729d433181eb4bd4fc2f37a482436 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 29 Apr 2020 17:01:31 +0300 Subject: git: install manpages --- core/git/build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/git/build') 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 -- cgit v1.2.3