diff options
Diffstat (limited to 'test/pkgcheck.sh')
-rw-r--r-- | test/pkgcheck.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pkgcheck.sh b/test/pkgcheck.sh index 4c757df..832df8d 100644 --- a/test/pkgcheck.sh +++ b/test/pkgcheck.sh @@ -125,7 +125,7 @@ cd btmp1 ;; esac ../configure $CONFIGURE_ARGS - make + make -j2 make install cd .. |