2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00

git: fix non-posix cp flag

This commit is contained in:
Dylan Araps 2021-07-12 02:54:13 +03:00
parent 51e24988bb
commit f460d66788
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -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"