From f460d66788cf757a98daaeb91ab6567c0264496f Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 12 Jul 2021 02:54:13 +0300 Subject: [PATCH] git: fix non-posix cp flag --- core/git/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/git/build b/core/git/build index 4d29f183..c706425d 100755 --- a/core/git/build +++ b/core/git/build @@ -26,4 +26,4 @@ EOF make LIBS="$(curl-config --static-libs) libgit.a xdiff/lib.a -lz" make DESTDIR="$1" install -cp -rf man "$1/usr/share/man" +cp -Rf man "$1/usr/share/man"