mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/nodejs: fix typo
This commit is contained in:
parent
86483cd4b0
commit
fa171bb2d1
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ build() {
|
||||||
check() {
|
check() {
|
||||||
cd node-v${pkgver}
|
cd node-v${pkgver}
|
||||||
|
|
||||||
make test || ;
|
make test || :
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue