Skip to content

Commit

Permalink
Merge pull request #447 from mariux64/update-redis-from-3.2.5-to-4.0.1
Browse files Browse the repository at this point in the history
Update Redis from 3.2.5 to 4.0.1
  • Loading branch information
thomas authored Aug 9, 2017
2 parents 792df6b + 3c814ac commit d774204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redis.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION redis-3.2.5-0
# BEE_VERSION redis-4.0.1-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 @@ -63,7 +63,7 @@ SRCURL[0]="http://download.redis.io/releases/redis-${PKGVERSION}.tar.gz"

mee_install() {
# Two tests currently fail (https://github.com/antirez/redis/issues/2715).
start_cmd make ${BEE_MAKEFLAGS} test || true
start_cmd make ${BEE_MAKEFLAGS} test
start_cmd make ${BEE_MAKEFLAGS} install INSTALL_BIN=${D}${BINDIR}
}
## by default this may be 'make install DESTDIR="${D}"'
Expand Down

0 comments on commit d774204

Please sign in to comment.