ports: Compile with multiple jobs and fix curl install query

This commit is contained in:
2024-07-16 15:04:46 +03:00
parent 5b8fdbc82d
commit dd7bfba8d5
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ if [ ! -d $CURL_VERSION ]; then
patch -ruN -d $CURL_VERSION < "$patch"
done
grep -qxF doom ../installed || echo curl >> ../installed
grep -qxF curl ../installed || echo curl >> ../installed
fi
cd $CURL_VERSION
@@ -55,4 +55,4 @@ fi
cd "build-${BANAN_ARCH}"
make && make install
make -j $(nproc) && make install