mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-08 16:26:23 -04:00
mock.sh: remove some quotting to allow pathname expansion again
This commit is contained in:
parent
78246e904d
commit
54162dbaf6
1 changed files with 1 additions and 1 deletions
2
.github/mock.sh
vendored
2
.github/mock.sh
vendored
|
|
@ -58,7 +58,7 @@ dnf -y --setopt="tsflags=nodocs" install rpmdevtools && \
|
|||
{ mock --dnf --clean --spec ${SPEC_FILE} --sources=${SOURCE_DIR} --result=${SRCRPM_DIR} --build || \
|
||||
{ cat ${SRCRPM_DIR}/{root,build}.log; exit 1; } }
|
||||
|
||||
mock --dnf --clean --sources=${SOURCE_DIR} --result=${RPM_DIR} --rebuild "${SRCRPM_DIR}/${SRC_RPM}" || \
|
||||
mock --dnf --clean --sources=${SOURCE_DIR} --result=${RPM_DIR} --rebuild "${SRCRPM_DIR}"/${SRC_RPM} || \
|
||||
{ cat ${RPM_DIR}/{root,build}.log; exit 1; }
|
||||
|
||||
ls -la ${SOURCE_DIR} ${SRCRPM_DIR} ${RPM_DIR}
|
||||
|
|
|
|||
Loading…
Reference in a new issue