kidletime: update to 5.8.0, commented out check() section

This commit is contained in:
Francesco Marinucci 2015-03-21 21:42:44 +00:00
parent d3dbf51d18
commit 66c8745595

View File

@ -26,10 +26,10 @@ build() {
make make
} }
check() { # check() {
cd build # cd build
make test # make test
} # }
package() { package() {
cd build cd build