From 78359887253911c23924873f385aab02c3c4ce8c Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sun, 21 Apr 2024 10:41:32 +0200 Subject: [PATCH] add lha build --- mystic/install-v2.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mystic/install-v2.sh b/mystic/install-v2.sh index 0b4cdc4..eb69dc0 100644 --- a/mystic/install-v2.sh +++ b/mystic/install-v2.sh @@ -70,12 +70,12 @@ pushd $MSTEMPDIR &>/dev/null unzip lha-20211125.zip &>/dev/null popd &>/dev/null pushd $MSTEMPDIR/lha-release-20211125 &>/dev/null -aclocal -autoheader -automake -a -autoconf -./configure -make -make install +aclocal &>/dev/null +autoheader &>/dev/null +automake -a &>/dev/null +autoconf &>/dev/null +./configure &>/dev/null +make &>/dev/null +make install &>/dev/null popd &>/dev/null msg_ok "Setting up ${APP} Official lha (be patient compiling lha)"