diff --git a/easyinstall.sh b/easyinstall.sh index ebdd509a..b4158288 100755 --- a/easyinstall.sh +++ b/easyinstall.sh @@ -87,7 +87,10 @@ function compileRaScsi() { cd "$BASE/src/raspberrypi" || exit 1 echo "Compiling with ${CORES:-1} simultaneous cores..." - ( make clean && make -j "${CORES:-1}" all CONNECT_TYPE="${CONNECT_TYPE:-FULLSPEC}" )