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

This commit is contained in:
Owen Zimmerman
2025-10-27 21:20:19 -07:00
committed by GitHub
parent 3d3ba4c29b
commit 8064efa8fd
@@ -559,7 +559,7 @@ popd
%ifarch x86_64
pushd msrtool
./configure
%configure
%make_build
popd
%endif