Skip to content

Update git from 2.15.1 to 2.16.2 #658

Merged
merged 1 commit into from
Mar 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Next time please use DATADIR instead of /usr/share, cf. bee --print-config.

cp -a ${S}/contrib/. ${D}/usr/share/git-contrib
}

## by default this may be 'make install DESTDIR="${D}"'
Expand Down