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 ++++ core/git/checksums | 1 + core/git/sources | 1 + 3 files changed, 6 insertions(+) (limited to 'core/git') 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 diff --git a/core/git/checksums b/core/git/checksums index 142faf88..b157b35b 100644 --- a/core/git/checksums +++ b/core/git/checksums @@ -1,2 +1,3 @@ 6d65132471df9e531807cb2746f8be317e22a343b9385bbe11c9ce7f0d2fc848 git-2.26.2.tar.xz +433de104f74a855b7074d88a27e77bf6f0764074e449ffc863f987c124716465 git-manpages-2.26.2.tar.xz 297281cd88154f2c1fadf7dfe07cda679ceca0e9465efb4e4a18d1aa75f9aba8 git-tiny.patch diff --git a/core/git/sources b/core/git/sources index 0f8532a0..72cb09fe 100644 --- a/core/git/sources +++ b/core/git/sources @@ -1,2 +1,3 @@ https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.26.2.tar.xz +https://www.kernel.org/pub/software/scm/git/git-manpages-2.26.2.tar.xz patches/git-tiny.patch -- cgit v1.2.3