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

This commit is contained in:
Francesco Marinucci 2015-03-21 21:46:49 +00:00
parent 6c180f00af
commit db881321c1

View File

@ -27,10 +27,11 @@ build() {
make
}
check() {
cd build
xvfb-run make test
}
# check() {
# cd build
# xvfb-run make test
# }
package() {
cd build
make DESTDIR="${pkgdir}" install