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 | |
parent | cad7c18cd70b8120677d341ba10fd3ca2e50dd91 (diff) | |
download | repository-6d23bb0f28f729d433181eb4bd4fc2f37a482436.tar.gz |
git: install manpages
-rwxr-xr-x | core/git/build | 4 | ||||
-rw-r--r-- | core/git/checksums | 1 | ||||
-rw-r--r-- | core/git/sources | 1 |
3 files changed, 6 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 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 |