summaryrefslogtreecommitdiffstats
path: root/bin/d-i_manual.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/d-i_manual.sh')
-rwxr-xr-xbin/d-i_manual.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/d-i_manual.sh b/bin/d-i_manual.sh
index b9f2e634..78c9c539 100755
--- a/bin/d-i_manual.sh
+++ b/bin/d-i_manual.sh
@@ -39,7 +39,8 @@ pdebuild_package() {
# build
#
cd manual
- pdebuild --use-pdebuild-internal
+ NUM_CPU=$(cat /proc/cpuinfo |grep ^processor|wc -l)
+ pdebuild --use-pdebuild-internal --debbuildopts "-j$NUM_CPU"
cd ..
}