From 161f6186edcde6961ee713a19f9c0deb92ff640b Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 24 Jul 2021 01:18:48 +0300 Subject: git: use clman --- core/git/build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/git/build b/core/git/build index 197cbf14..b61896fa 100755 --- a/core/git/build +++ b/core/git/build @@ -23,10 +23,7 @@ export LDFLAGS="$LDFLAGS -static" make make DESTDIR="$1" install -for man in man1/*.1 man5/*.5 man7/*.7; do - install -Dm644 "$man" "$1/usr/share/man/$man" -done - +clman -d "$1" man1/*.1 man5/*.5 man7/*.7 # Build and install remote-http helper. This doesn't happen by default when # building static git. -- cgit v1.2.3