ports: Compile with multiple jobs and fix curl install query

This commit is contained in:
Bananymous 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

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/