fixed typo

This commit is contained in:
Shoghi Cervantes 2014-01-31 23:31:42 +01:00
parent d313f82984
commit 0a10e76ff9

View File

@ -42,7 +42,6 @@ then
mkdir -p {$COMPILEDIR,$ARCHIVE}/mac mkdir -p {$COMPILEDIR,$ARCHIVE}/mac
cd $COMPILEDIR/mac cd $COMPILEDIR/mac
if
curl -L http://ftpmirror.gnu.org/libtool/libtool-2.4.2.tar.gz | tar -xz > /dev/null curl -L http://ftpmirror.gnu.org/libtool/libtool-2.4.2.tar.gz | tar -xz > /dev/null
cd libtool-2.4.2 cd libtool-2.4.2
./configure && make ./configure && make