diff options
Diffstat (limited to 'alpine/APKBUILD.in')
-rw-r--r-- | alpine/APKBUILD.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/APKBUILD.in b/alpine/APKBUILD.in index 51986de2d..34d678c9a 100644 --- a/alpine/APKBUILD.in +++ b/alpine/APKBUILD.in @@ -47,7 +47,7 @@ build() { --enable-vty-group=frrvty \ --enable-user=$_user \ --enable-group=$_user - make + make -j $(nproc) } check() { |