community/nodejs: fix typo

This commit is contained in:
Kevin Mihelich 2014-05-06 13:32:13 +00:00
parent 86483cd4b0
commit fa171bb2d1

View file

@ -90,7 +90,7 @@ build() {
check() {
cd node-v${pkgver}
make test || ;
make test || :
}
package() {