From a827c0defcd26a33673dedc4dad6694069ce58c8 Mon Sep 17 00:00:00 2001 From: Tim Ledbetter Date: Sun, 13 Aug 2023 08:37:58 +0100 Subject: [PATCH] Ports/ja2: Ensure build is run in parallel --- Ports/ja2/package.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Ports/ja2/package.sh b/Ports/ja2/package.sh index 7ed7ed7324..d2a964168b 100755 --- a/Ports/ja2/package.sh +++ b/Ports/ja2/package.sh @@ -6,7 +6,9 @@ workdir="ja2-stracciatella-${version}" files=( "https://github.com/ja2-stracciatella/ja2-stracciatella/archive/refs/heads/${version}.zip 178375de4859d16a76276c781455bf48d3fa862841387c8aa6cfa4162f4f0ca4" ) -makeopts="SERENITY=1" +makeopts+=( + 'SERENITY=1' +) launcher_name="Jagged Alliance 2" launcher_category=Games launcher_command="/opt/ja2/ja2"