diff options
Diffstat (limited to 'redhat/main/tde-i18n/tde-i18n.spec')
-rw-r--r-- | redhat/main/tde-i18n/tde-i18n.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/main/tde-i18n/tde-i18n.spec b/redhat/main/tde-i18n/tde-i18n.spec index 6cf838bc5..e5320ab64 100644 --- a/redhat/main/tde-i18n/tde-i18n.spec +++ b/redhat/main/tde-i18n/tde-i18n.spec @@ -1451,7 +1451,7 @@ for l in %{TDE_LANGS}; do # Run the build process in background ( %__make -j4 || %__make || echo TDE_Error ) & - + # Do not build more than 4 languages at the same time while [ $(jobs | wc -l) -ge 4 ]; do sleep 3; done popd |