From cd6b864da7aa8adbf738b0eb6b586c844e6282cf Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 5 Mar 2018 09:23:57 +0100 Subject: [PATCH] git: Update version 2.15.1 to 2.16.2 - Linus says: you must update - push contrib folder into system ( /usr/share/git-contrib ) Signed-off-by: Peter Marquardt --- git.be0 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/git.be0 b/git.be0 index fbcb6462b..1ee635f8e 100755 --- a/git.be0 +++ b/git.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION git-2.15.1-0 +# BEE_VERSION git-2.16.2-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -64,6 +64,8 @@ mee_build() { mee_install() { bee_install install-doc install-html + mkdir -p ${D}/usr/share/git-contrib + cp -a ${S}/contrib/. ${D}/usr/share/git-contrib } ## by default this may be 'make install DESTDIR="${D}"'