aboutsummaryrefslogtreecommitdiff
path: root/core/git/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-04-29 17:01:31 +0300
committerCem Keylan <cem@ckyln.com>2020-04-29 17:01:31 +0300
commit6d23bb0f28f729d433181eb4bd4fc2f37a482436 (patch)
treea45b0639ce9e6714fb8206de8a600c4ec44e569c /core/git/build
parentcad7c18cd70b8120677d341ba10fd3ca2e50dd91 (diff)
downloadrepository-6d23bb0f28f729d433181eb4bd4fc2f37a482436.tar.gz
git: install manpages
Diffstat (limited to 'core/git/build')
-rwxr-xr-xcore/git/build4
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