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