diff --git a/packaging/rpm/make-rpm.sh b/packaging/rpm/make-rpm.sh index 6199f32a26..b35a5aa91a 100755 --- a/packaging/rpm/make-rpm.sh +++ b/packaging/rpm/make-rpm.sh @@ -62,7 +62,7 @@ EOF # it yields w19.zstdio, which means compression level 19 using zstd algorithm. To # speed this up it runs w19T8.zstdio, which is the 8 thread version of the same # algorithm. - rpmbuild --quiet ${RPMBUILD_OPT} --define "_topdir ${RPMBUILD_DIR}" --define "_binary_payload w19T8.zstdio" "${RPMBUILD_DIR}"SPECS/microshift.spec + rpmbuild --quiet ${RPMBUILD_OPT} --define "_topdir ${RPMBUILD_DIR}" --define "_binary_payload w3T8.zstdio" "${RPMBUILD_DIR}"SPECS/microshift.spec } usage() {