From 31eeda36b13fb2697c36de0c0db1c5d6fa7dbc00 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sun, 21 Apr 2024 10:33:12 +0200 Subject: [PATCH] add lha build --- mystic/install-v2.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mystic/install-v2.sh b/mystic/install-v2.sh index f95565d..af07bd2 100644 --- a/mystic/install-v2.sh +++ b/mystic/install-v2.sh @@ -70,8 +70,8 @@ pushd $MSTEMPDIR &>/dev/null unzip lha-20211125.zip &>/dev/null popd &>/dev/null pushd $MSTEMPDIR/lha-release-20211125 &>/dev/null -automake --add-missing -autoreconf +aclocal +autoconf automake --add-missing ./configure make