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

@@ -28,6 +28,6 @@ if [ ! -f doom1.wad ]; then
wget https://distro.ibiblio.org/slitaz/sources/packages/d/doom1.wad
fi
make --directory doomgeneric/doomgeneric --file Makefile.banan_os
make --directory doomgeneric/doomgeneric --file Makefile.banan_os -j $(nproc)
cp "doomgeneric/doomgeneric/build-${BANAN_ARCH}/doomgeneric" "${BANAN_SYSROOT}/bin/doom"
cp doom1.wad $BANAN_SYSROOT/home/user/