summaryrefslogtreecommitdiffhomepage
path: root/build.sh
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 /build.sh
parent2665b3a9b7289516298d3cb1bdf0d33686ccb446 (diff)
downloadmidipix_build-ab21e51016ca82a07a43d996158729d885e5551f.tar.bz2
midipix_build-ab21e51016ca82a07a43d996158729d885e5551f.tar.xz
Delete ${DEFAULT_RPM_JOBS_SEMAPHORE} on init.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index e5f225f0..8d6f2090 100755
--- a/build.sh
+++ b/build.sh
@@ -95,6 +95,7 @@ buildp_init() {
"${DEFAULT_CHECK_PATH_VARS}" \
"${DEFAULT_CLEAR_ENV_VARS_EXCEPT}" \
"${DEFAULT_CLEAR_PREFIX_PATHS}" \
+ "${DEFAULT_RPM_JOBS_SEMAPHORE}" \
"${BUILD_DLCACHEDIR}" "${PREFIX}" \
"${PREFIX_RPM}" "${BUILD_WORKDIR}";
then