diff --git a/core/git/build b/core/git/build index 0a8192a0..23a5feea 100755 --- a/core/git/build +++ b/core/git/build @@ -25,3 +25,5 @@ EOF make make DESTDIR="$1" install + +cp -rf man "$1/usr/share/man" 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..1817d3d1 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://mirrors.edge.kernel.org/pub/software/scm/git/git-manpages-2.26.2.tar.xz man patches/git-tiny.patch