File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ clean:
29
29
matplotlib-${MPLVERSION} * ~
30
30
31
31
fetch :
32
- wget http://www.zlib.net/zlib-${ZLIBVERSION} .tar.gz && \
33
- wget http://internap.dl.sourceforge.net/sourceforge/libpng/libpng-${PNGVERSION} .tar.bz2 && \
34
- wget http://download.savannah.gnu.org/releases/freetype/freetype-${FREETYPEVERSION} .tar.bz2&& \
35
- wget http://pypi.python.org/packages/source/b/bdist_mpkg/bdist_mpkg-${BDISTMPKGVERSION} .tar.gz&& \
32
+ curl -LO http://www.zlib.net/zlib-${ZLIBVERSION} .tar.gz && \
33
+ curl -LO http://internap.dl.sourceforge.net/sourceforge/libpng/libpng-${PNGVERSION} .tar.bz2 && \
34
+ curl -LO http://download.savannah.gnu.org/releases/freetype/freetype-${FREETYPEVERSION} .tar.bz2&& \
35
+ curl -LO http://pypi.python.org/packages/source/b/bdist_mpkg/bdist_mpkg-${BDISTMPKGVERSION} .tar.gz&& \
36
36
tar xvfz bdist_mpkg-${BDISTMPKGVERSION} .tar.gz && \
37
- echo " You need to to install bdist_mpkg-${BDISTMPKGVERSION} now"
37
+ echo " You need to install bdist_mpkg-${BDISTMPKGVERSION} now"
38
38
39
39
40
40
You can’t perform that action at this time.
0 commit comments