diff --git a/qemu-6.0.0-0.build.sh b/qemu-6.0.0-0.build.sh index 8145f37..b9d4713 100755 --- a/qemu-6.0.0-0.build.sh +++ b/qemu-6.0.0-0.build.sh @@ -47,7 +47,9 @@ cd qemu-$VERSION --enable-jemalloc \ --audio-drv-list=${AUDIODRIVERS} -make -j $(($(nproc)*4/5+1)) +make -j $(nproc) make install + + exit