Skip to content

Commit

Permalink
git: Update version 2.15.1 to 2.16.2
Browse files Browse the repository at this point in the history
- Linus says: you must update
- push contrib folder into system ( /usr/share/git-contrib )

Signed-off-by: Peter Marquardt <wwwutz@molgen.mpg.de>
  • Loading branch information
wwwutz committed Mar 5, 2018
1 parent 3543e0c commit cd6b864
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion git.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down Expand Up @@ -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}"'
Expand Down

0 comments on commit cd6b864

Please sign in to comment.