Skip to content

Commit

Permalink
Merge pull request #658 from mariux64/update-git
Browse files Browse the repository at this point in the history
Update git from 2.15.1 to 2.16.2
  • Loading branch information
pmenzel authored Mar 5, 2018
2 parents 3543e0c + cd6b864 commit 5f20833
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 5f20833

Please sign in to comment.