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
|
||||
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)"
|
||||
|
Loading…
Reference in New Issue
Block a user