1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-06 11:13:12 +02:00

Use $MAKE instead of make in extras/build-tests/nix/build too

This commit is contained in:
Bram Matthys
2021-09-04 09:37:45 +02:00
parent 01ec8696d0
commit 2951c94ccd
+3 -3
View File
@@ -46,10 +46,10 @@ if [ "$SSLDIR" != "" ]; then
fi
./Config -quick || (tail -n 5000 config.log; exit 1)
$MAKE
yes ''|make pem
make
yes ''|$MAKE pem
$MAKE || exit 1
./unrealircd module install third/dumpcmds
make install
$MAKE install || exit 1
set +x
echo ""