diff --git a/redis.be0 b/redis.be0 index 389d90af5..b4b3c4830 100755 --- a/redis.be0 +++ b/redis.be0 @@ -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.) @@ -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}"'