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:
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user