diff --git a/tools/osbuilder/rootfs-builder/rootfs.sh b/tools/osbuilder/rootfs-builder/rootfs.sh index 4715a2e831..92e1632419 100755 --- a/tools/osbuilder/rootfs-builder/rootfs.sh +++ b/tools/osbuilder/rootfs-builder/rootfs.sh @@ -689,7 +689,8 @@ EOF git fetch --depth=1 origin "${attestation_agent_version}" git checkout FETCH_HEAD ( [ "${AA_KBC}" == "eaa_kbc" ] || [ "${AA_KBC}" == "cc_kbc_tdx" ] ) && [ "${ARCH}" == "x86_64" ] && LIBC="gnu" - make KBC=${AA_KBC} ttrpc=true && make install DESTDIR="${ROOTFS_DIR}/usr/local/bin/" + make KBC=${AA_KBC} ttrpc=true + make install DESTDIR="${ROOTFS_DIR}/usr/local/bin/" popd fi