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}"'