From 43aaf2d19b24828d3f05bb3e9a23878cfef43a91 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 12:12:18 +0300 Subject: [PATCH] git: update for new env --- core/git/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/git/build b/core/git/build index c706425d..7354255f 100755 --- a/core/git/build +++ b/core/git/build @@ -24,6 +24,6 @@ EOF ac_cv_fread_reads_directories=yes make LIBS="$(curl-config --static-libs) libgit.a xdiff/lib.a -lz" -make DESTDIR="$1" install +make install cp -Rf man "$1/usr/share/man"