fix: coreboot-utils, use %configure macro (#6920) (#6925)

This commit is contained in:
Raboneko
2025-10-27 21:21:52 -07:00
committed by GitHub
parent 015a30d996
commit e313dc588d
@@ -559,7 +559,7 @@ popd
%ifarch x86_64
pushd msrtool
./configure
%configure
%make_build
popd
%endif