mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Remove an existing Boost folder when extracting
This commit is contained in:
@@ -17,6 +17,7 @@ if isLibraryMissing; then
|
||||
cd ~
|
||||
|
||||
wget https://downloads.sourceforge.net/project/boost/boost/1.61.0/${BOOST_BASENAME}.tar.bz2
|
||||
rm -rf $BOOST_BASENAME
|
||||
tar xf ${BOOST_BASENAME}.tar.bz2
|
||||
|
||||
cd $BOOST_BASENAME
|
||||
|
||||
Reference in New Issue
Block a user