summaryrefslogtreecommitdiffhomepage
path: root/subr.pkg
diff options
context:
space:
mode:
authorLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-30 18:11:59 +0200
committerLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-30 18:12:45 +0200
commitab21e51016ca82a07a43d996158729d885e5551f (patch)
tree345a3b2da29d48d17a7b94d0704f22e87e5d9027 /subr.pkg
parent2665b3a9b7289516298d3cb1bdf0d33686ccb446 (diff)
downloadmidipix_build-ab21e51016ca82a07a43d996158729d885e5551f.tar.bz2
midipix_build-ab21e51016ca82a07a43d996158729d885e5551f.tar.xz
Delete ${DEFAULT_RPM_JOBS_SEMAPHORE} on init.
Diffstat (limited to 'subr.pkg')
-rw-r--r--subr.pkg/pkg_install_rpm.subr3
1 files changed, 2 insertions, 1 deletions
diff --git a/subr.pkg/pkg_install_rpm.subr b/subr.pkg/pkg_install_rpm.subr
index c5ddf80a..83b6841f 100644
--- a/subr.pkg/pkg_install_rpm.subr
+++ b/subr.pkg/pkg_install_rpm.subr
@@ -18,7 +18,8 @@ pkg_install_rpm() {
"${PKG_VERSION:-}" || return 1;
ex_rtl_build_rpm \
"${PKG_DESTDIR}" \
- 1 "${BUILD_WORKDIR}/rpm.jobs" 8 \
+ "${DEFAULT_RPM_JOBS_MAX}" "${DEFAULT_RPM_JOBS_SEMAPHORE}" \
+ "${DEFAULT_RPM_JOBS_WAIT}" \
"${PKG_NAME}" \
"${PREFIX_RPM}" \
"${MIDIPIX_BUILD_PWD}/etc/package.spec" \