add lha build
This commit is contained in:
parent
376596a7ca
commit
7835988725
@ -70,12 +70,12 @@ pushd $MSTEMPDIR &>/dev/null
|
|||||||
unzip lha-20211125.zip &>/dev/null
|
unzip lha-20211125.zip &>/dev/null
|
||||||
popd &>/dev/null
|
popd &>/dev/null
|
||||||
pushd $MSTEMPDIR/lha-release-20211125 &>/dev/null
|
pushd $MSTEMPDIR/lha-release-20211125 &>/dev/null
|
||||||
aclocal
|
aclocal &>/dev/null
|
||||||
autoheader
|
autoheader &>/dev/null
|
||||||
automake -a
|
automake -a &>/dev/null
|
||||||
autoconf
|
autoconf &>/dev/null
|
||||||
./configure
|
./configure &>/dev/null
|
||||||
make
|
make &>/dev/null
|
||||||
make install
|
make install &>/dev/null
|
||||||
popd &>/dev/null
|
popd &>/dev/null
|
||||||
msg_ok "Setting up ${APP} Official lha (be patient compiling lha)"
|
msg_ok "Setting up ${APP} Official lha (be patient compiling lha)"
|
||||||
|
Loading…
Reference in New Issue
Block a user