mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-29 10:24:11 +01:00
'Nice' the build process.
Give a lower priority to the build process, so that sbopkg becomes less a resource hog when left working in background. Signed-off-by: Mauro Giachero <mauro.giachero@gmail.com>
This commit is contained in:
parent
ea887535c4
commit
7fabdd8f97
1 changed files with 1 additions and 1 deletions
|
@ -2386,7 +2386,7 @@ build_package() {
|
|||
( # Run the build in a subshell, to avoid namespace pollution
|
||||
[[ $BUILDOPTIONS ]] && eval "export $BUILDOPTIONS"
|
||||
export OUTPUT=$SB_OUTPUT
|
||||
sh $PKGNAME.SlackBuild.build
|
||||
nice sh $PKGNAME.SlackBuild.build
|
||||
)
|
||||
|
||||
# Cleanup
|
||||
|
|
Loading…
Reference in a new issue