add lha build

This commit is contained in:
Mario Fetka 2024-04-21 10:25:34 +02:00
parent 688d5976b0
commit 25084d40ee
1 changed files with 5 additions and 5 deletions

View File

@ -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)"