summaryrefslogtreecommitdiffstats
path: root/bin/d-i_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/d-i_build.sh')
-rwxr-xr-xbin/d-i_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/d-i_build.sh b/bin/d-i_build.sh
index fd27c9f8..0e53866f 100755
--- a/bin/d-i_build.sh
+++ b/bin/d-i_build.sh
@@ -65,7 +65,7 @@ pdebuild_package() {
# build (binary packages only, as sometimes we cannot get the upstream tarball...)
#
SOURCE=$(dpkg-parsechangelog |grep ^Source: | cut -d " " -f2)
- # FIXME: workaround: #767260 (console-setup doesnt support parallel build)
+ # workaround #767260 (console-setup doesn't support parallel build)
if [ "$SOURCE" != "console-setup" ] ; then
NUM_CPU=$(cat /proc/cpuinfo |grep ^processor|wc -l)
else