From 6dd8264dc41e0813449c66a1b5b90a8d6030c42f Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sun, 21 Apr 2024 10:28:08 +0200 Subject: [PATCH] add lha build --- mystic/install-v2.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mystic/install-v2.sh b/mystic/install-v2.sh index 4061445..f95565d 100644 --- a/mystic/install-v2.sh +++ b/mystic/install-v2.sh @@ -70,10 +70,11 @@ pushd $MSTEMPDIR &>/dev/null unzip lha-20211125.zip &>/dev/null popd &>/dev/null pushd $MSTEMPDIR/lha-release-20211125 &>/dev/null +automake --add-missing autoreconf automake --add-missing ./configure make -make +make install popd &>/dev/null msg_ok "Setting up ${APP} Official lha (be patient compiling lha)"