Skip to content

Commit

Permalink
Merge pull request #1691 from mariux64/update-git-from-2.24.1-to-2.25.0
Browse files Browse the repository at this point in the history
Update git from 2.24.1 to 2.25.0
  • Loading branch information
pmenzel authored Feb 11, 2020
2 parents 5560e42 + db9f3c8 commit 834715d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions git.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION git-2.24.1-0
# BEE_VERSION git-2.25.0-0

SRCURL[0]="https://www.kernel.org/pub/software/scm/git/git-${PKGVERSION}.tar.xz"

Expand All @@ -23,12 +23,11 @@ mee_configure() {
bee_configure
}

mee_build() {
bee_build
}
#mee_build() {
# bee_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
cp -av ${S}/contrib ${D}${DATAROOTDIR}/git-contrib
}

0 comments on commit 834715d

Please sign in to comment.